ecodev / felix
Various utilities tailored for our ecosystem
Installs: 8 721
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 7
Forks: 0
Open Issues: 3
Requires
- php: ^8.2
- ext-bcmath: *
- ext-fileinfo: *
- ext-json: *
- ext-pdo: *
- cakephp/chronos: ^2.4
- doctrine/dbal: ^3.6
- doctrine/migrations: ^3.6
- ecodev/graphql-doctrine: ^8.1
- imagine/imagine: ^1.3
- laminas/laminas-diactoros: ^3.1
- laminas/laminas-log: ^2.16
- laminas/laminas-mail: ^2.23
- laminas/laminas-permissions-acl: ^2.15
- laminas/laminas-servicemanager: ^3.21
- laminas/laminas-validator: ^2.38
- laminas/laminas-view: ^2.30
- mezzio/mezzio-session: ^1.13
- moneyphp/money: ^4.2
- spomky-labs/otphp: ^11.2
- symfony/cache: ^5.4 || ^6.2
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
- 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
This package is auto-updated.
Last update: 2023-09-20 11:45:18 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.