nfqde / entity-list-bundle
This package is abandoned and no longer maintained.
No replacement package was suggested.
Doctrine entities listing, filtering and paging
Package info
github.com/nfqde/entitylist-bundle
Type:symfony-bundle
pkg:composer/nfqde/entity-list-bundle
2.0.0
2017-08-09 06:44 UTC
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.