PHPackages                             ekrouzek/pagination-filters-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. ekrouzek/pagination-filters-bundle

ActiveSymfony-bundle

ekrouzek/pagination-filters-bundle
==================================

Filtering, sorting and pagination bundle for paginated http requests.

1.1.0(9mo ago)0318MITPHPPHP &gt;=8.0.1

Since Apr 7Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/ekrouzek/pagination-filters-bundle)[ Packagist](https://packagist.org/packages/ekrouzek/pagination-filters-bundle)[ RSS](/packages/ekrouzek-pagination-filters-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

Pagination and filters bundle
=============================

[](#pagination-and-filters-bundle)

Symfony bundle that allows you to set paging, filtering and sorting for selected API endpoints.

1. [Installation](#installation)
2. [Implementation](#implementation)
3. [Usage](#usage)

Installation
------------

[](#installation)

### 1. Download the bundle

[](#1-download-the-bundle)

To download the most up-to-date stable version of this bundle, open a command console, navigate to your project directory, and execute the following command:

```
composer require ekrouzek/pagination-filters-bundle
```

### 2. Enable the bundle

[](#2-enable-the-bundle)

If Flex is being used, the bundle will be automatically enabled. However, if Flex is not being used, manual enabling of the bundle is required by adding the following line to the config/bundles.php file in your project.

```
