nfqde / entity-list-bundle
Doctrine entities listing, filtering and paging
Installs: 1 873
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.4
- doctrine/doctrine-bundle: *
- doctrine/orm: >=2.2.3
- ruflin/elastica: ^5.2.1
- symfony/framework-bundle: ~2.3|~3.0
Requires (Dev)
- phpunit/phpunit: ~4.0
README
The NfqEntityListBundle allows you to generate doctrine entities lists.
Features
- pagination
- sorting
- filtering by one or more fields and different operators
- global search
Documentation
Documentation for NfqEntityListBundle is in documentation
Installation
Installation instructions can be found in the documentation
License
This bundle is under the MIT license. See the complete license in the bundle:
LICENSE
TODO
- Write tests.