PHPackages                             cta-k12/search-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. [Search &amp; Filtering](/categories/search)
4. /
5. cta-k12/search-bundle

ActiveSymfony-bundle[Search &amp; Filtering](/categories/search)

cta-k12/search-bundle
=====================

Provides a quick way of adding searching, sorting, and filtering to Doctrine ORM entities

v1.0.4(7y ago)045[4 PRs](https://github.com/CTA-K12/SearchBundle/pulls)MITPHPPHP ^7.1.3

Since Nov 6Pushed 5y ago2 watchersCompare

[ Source](https://github.com/CTA-K12/SearchBundle)[ Packagist](https://packagist.org/packages/cta-k12/search-bundle)[ RSS](/packages/cta-k12-search-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (5)Dependencies (5)Versions (10)Used By (0)

CTA Search Bundle
=================

[](#cta-search-bundle)

Provides a quick way to add filtering, sorting, and text searching to an entity. Currently, the search setup is far from being efficient or high performance, but it allows us to quickly build out searching tools for our government business requirements where we need search for a large amount of entities that don't have too many records. Hopefully though this can be used a starting point for building something better in the future.

Requirements
------------

[](#requirements)

This bundle is built exclusively for use in Symfony 4 and PHP 7, and assumes that your entities are managed by Doctrine ORM.

Getting Started
---------------

[](#getting-started)

To install the bundle, first add it to your project through composer.

```
$ composer require cta/search-bundle
```

Then make sure that the search bundle is added to `config/bundles.php`

```
