An open API service indexing awesome lists of open source software.

https://github.com/softspring/doctrine-paginator


https://github.com/softspring/doctrine-paginator

doctrine pagination

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Doctrine paginator component

![Latest Stable](https://img.shields.io/packagist/v/softspring/doctrine-paginator?label=stable&style=flat-square)
![Latest Unstable](https://img.shields.io/packagist/v/softspring/doctrine-paginator?label=unstable&style=flat-square&include_prereleases)
![License](https://img.shields.io/packagist/l/softspring/doctrine-paginator?style=flat-square)
![PHP Version](https://img.shields.io/packagist/dependency-v/softspring/doctrine-paginator/php?style=flat-square)
![Downloads](https://img.shields.io/packagist/dt/softspring/doctrine-paginator?style=flat-square)
[![CI](https://img.shields.io/github/actions/workflow/status/softspring/doctrine-paginator/ci.yml?branch=5.3&style=flat-square&label=CI)](https://github.com/softspring/doctrine-paginator/actions/workflows/ci.yml)

Provides a simple powerful doctrine paginator.

## Documentation

* [1. Installation](docs/1_installation.md)
* [2. Concepts](docs/2_concepts.md)
* [3. Query page](docs/3_query_page.md)
* [4. Paginated collection](docs/4_paginated_collection.md)
* [5. Twig usage](docs/5_twig_usage.md)
* [6. Paginator form](docs/6_paginator_form.md)

## License

This bundle is under the MIT license. See the complete license in the bundle [LICENSE](LICENSE) file.