https://github.com/ecodev/felix
Various utilities tailored for our ecosystem
https://github.com/ecodev/felix
hacktoberfest
Last synced: 4 months ago
JSON representation
Various utilities tailored for our ecosystem
- Host: GitHub
- URL: https://github.com/ecodev/felix
- Owner: Ecodev
- License: mit
- Created: 2020-05-07T09:58:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-10-03T07:11:57.000Z (4 months ago)
- Last Synced: 2025-10-03T09:13:01.824Z (4 months ago)
- Topics: hacktoberfest
- Language: PHP
- Homepage:
- Size: 1.36 MB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Felix
[](https://github.com/ecodev/felix/actions)
[](https://scrutinizer-ci.com/g/Ecodev/felix/?branch=master)
[](https://scrutinizer-ci.com/g/Ecodev/felix/?branch=master)
[](https://packagist.org/packages/Ecodev/felix)
[](https://packagist.org/packages/Ecodev/felix)
[](https://packagist.org/packages/Ecodev/felix)
[](https://gitter.im/Ecodev/felix)
A collection of opinionated tools to work well with [ecodev/graphql-doctrine](https://github.com/Ecodev/graphql-doctrine) and [@ecodev/natural](https://github.com/Ecodev/natural).
## Quick start
Install the library via composer:
```sh
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.
