https://github.com/e-commit/doctrine-utils
https://github.com/e-commit/doctrine-utils
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/e-commit/doctrine-utils
- Owner: e-commit
- License: mit
- Created: 2021-05-16T17:34:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-15T16:06:07.000Z (10 months ago)
- Last Synced: 2025-03-15T17:19:53.963Z (10 months ago)
- Language: PHP
- Size: 95.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Doctrine utils

## Installation ##
To install paginator with Composer just run :
```bash
$ composer require ecommit/doctrine-utils
```
## Documentation ##
* [QueryBuilder - Count](doc/count.md)
* [QueryBuilder - Paginator](doc/paginator.md)
* [QueryBuilder - Filters Helpers](doc/filters.md)
## License ##
This librairy is under the MIT license. See the complete license in *LICENSE* file.