ecodev / felix
Various utilities tailored for our ecosystem
17.0.3
2026-06-12 09:38 UTC
Requires
- php: ^8.4
- ext-bcmath: *
- ext-fileinfo: *
- ext-json: *
- ext-pdo: *
- ext-readline: *
- cakephp/chronos: ^3.3
- doctrine/dbal: ^4.3
- doctrine/migrations: ^3.9
- ecodev/graphql-doctrine: ^11.0
- imagine/imagine: ^1.5
- laminas/laminas-diactoros: ^3.8
- laminas/laminas-permissions-acl: ^2.18
- laminas/laminas-servicemanager: ^3.24
- laminas/laminas-validator: ^2.65
- laminas/laminas-view: ^2.44
- mezzio/mezzio-session: ^1.17
- moneyphp/money: ^4.8
- monolog/monolog: ^3.9
- roave/psr-container-doctrine: ^6.1
- spomky-labs/otphp: ^11.3
- symfony/cache: ^8.0
- symfony/mailer: ^8.0
Requires (Dev)
- friendsofphp/php-cs-fixer: @stable
- laminas/laminas-config-aggregator: @stable
- laminas/laminas-i18n: @stable
- mikey179/vfsstream: @stable
- phpstan/phpstan: @stable
- phpstan/phpstan-phpunit: @stable
- phpunit/phpunit: @stable
This package is auto-updated.
Last update: 2026-06-12 09:41:31 UTC
README
A collection of opinionated tools to work well with ecodev/graphql-doctrine and @ecodev/natural.
Quick start
Install the library via composer:
composer require ecodev/felix
Non-goals
This is not a flexible or complete framework. It is common pieces of code for a specific purpose. It is not meant to be generic.
If code is becoming too complex to adapt to all use-cases, then we should instead consider implementing it in the application itself instead ot this library.