ctrl-f5 / ctrl-common
CtrlCommon
Installs: 983
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
pkg:composer/ctrl-f5/ctrl-common
Requires
- php: >=5.4
- doctrine/orm: ~2.2,>=2.2.3,<2.5
Requires (Dev)
- codeclimate/php-test-reporter: dev-master
This package is not auto-updated.
Last update: 2021-03-08 11:41:50 UTC
README
What's inside?
- Entity Services
- Base class for Doctrine Entity based Domain Services
- Doctrine Based Finder for Entity retrieval
- Criteria
- Resolve array based criteria and apply them to sets
- Resolver implementation that applies criteria to Doctrine QueryBuilder
- Tools
- Extended Doctrine Paginator with extra features
- Symfony Commands to dump or import to and from sql files
Symfony Configuration
There is a yml file which loads up some config for symfony, like registering the commands.
To add this config, add the following file to your app/config/config.yml
:
imports: - { resource: ../../vendor/ctrl-f5/ctrl-common/config/symfony_services.yml }
Documentation
The docs for this project are built on read the docs