ecodev / felix
Various utilities tailored for our ecosystem
Installs: 11 498
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 8
Forks: 0
Open Issues: 5
Requires
- php: ^8.2
- ext-bcmath: *
- ext-fileinfo: *
- ext-json: *
- ext-pdo: *
- ext-readline: *
- cakephp/chronos: ^3.0.3
- doctrine/dbal: ^3.8
- doctrine/migrations: ^3.8
- ecodev/graphql-doctrine: ^10.0
- imagine/imagine: ^1.3
- laminas/laminas-diactoros: ^3.3
- laminas/laminas-log: ^2.17
- laminas/laminas-mail: ^2.25
- laminas/laminas-permissions-acl: ^2.16
- laminas/laminas-servicemanager: ^3.22
- laminas/laminas-validator: ^2.60
- laminas/laminas-view: ^2.35
- mezzio/mezzio-session: ^1.14
- moneyphp/money: ^4.5
- spomky-labs/otphp: ^11.3
- symfony/cache: ^5.4 || ^6.4
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: ^9.6
- dev-master
- 15.1.0
- 15.0.0
- 14.1.1
- 14.1.0
- 14.0.0
- 13.4.3
- 13.4.2
- 13.4.1
- 13.4.0
- 13.3.1
- 13.3.0
- 13.2.2
- 13.2.1
- 13.2.0
- 13.1.2
- 13.1.1
- 13.1.0
- 13.0.3
- 13.0.2
- 13.0.1
- 13.0.0
- 12.1.1
- 12.1.0
- 12.0.1
- 12.0.0
- 11.7.5
- 11.7.4
- 11.7.3
- 11.7.2
- 11.7.1
- 11.7.0
- 11.6.3
- 11.6.2
- 11.6.1
- 11.6.0
- 11.5.0
- 11.4.0
- 11.3.0
- 11.2.4
- 11.2.3
- 11.2.2
- 11.2.1
- 11.2.0
- 11.1.0
- 11.0.1
- 11.0.0
- 10.3.2
- 10.3.1
- 10.3.0
- 10.2.4
- 10.2.3
- 10.2.1
- 10.2.0
- 10.1.0
- 10.0.3
- 10.0.2
- 10.0.1
- 9.0.1
- 9.0.0
- 8.3.0
- 8.2.2
- 8.2.1
- 8.2.0
- 8.1.0
- 8.0.0
- 7.0.2
- 7.0.1
- 7.0.0
- 6.2.2
- 6.2.1
- 6.2.0
- 6.1.3
- 6.1.2
- 6.1.1
- 6.1.0
- 6.0.3
- 6.0.2
- 6.0.1
- 6.0.0
- 5.5.1
- 5.5.0
- 5.4.0
- 5.3.1
- 5.3.0
- 5.2.3
- 5.2.2
- 5.2.1
- 5.2.0
- 5.1.2
- 5.1.1
- 5.1.0
- 5.0.0
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- 3.4.1
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.1
- 3.1.0
- 3.0.0
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.1
- 2.1.0
- 2.0.1
- 2.0.0
- 1.0.1
- 1.0.0
- dev-doctrine3
- dev-chronos3
This package is auto-updated.
Last update: 2024-10-31 16:02:35 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.