PHPackages                             sirian/suggest-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. sirian/suggest-bundle

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

sirian/suggest-bundle
=====================

symfony2 suggest (autocomplete) bundle

v3.0.2(3y ago)2561.3k↓68.8%10[3 PRs](https://github.com/sirian/suggest-bundle/pulls)MITPHPPHP ^7.3||^8.0

Since Jun 11Pushed 3y ago3 watchersCompare

[ Source](https://github.com/sirian/suggest-bundle)[ Packagist](https://packagist.org/packages/sirian/suggest-bundle)[ RSS](/packages/sirian-suggest-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (4)Dependencies (2)Versions (19)Used By (0)

SuggestBundle
=============

[](#suggestbundle)

About
-----

[](#about)

This is a Symfony bundle which enables the popular [Select2](https://select2.github.io/) component to be used as a drop-in replacement for a standard `entity`, `document` and `choice` fields on a Symfony form.

The main feature of this bundle is that the list of choices is retrieved via a remote ajax call.

1. Installation
---------------

[](#1-installation)

Add the `sirian/suggest-bundle` package to your `require` section in the `composer.json` file.

```
$ composer require sirian/suggest-bundle
```

Add the SuggestBundle to your application's kernel:

```
