PHPackages                             xcartmansft/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. xcartmansft/suggest-bundle

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

xcartmansft/suggest-bundle
==========================

symfony2 suggest (autocomplete) bundle

1.0.1(3y ago)02.5kMITPHPPHP ^8.1

Since Jan 5Pushed 3y ago1 watchersCompare

[ Source](https://github.com/xcartman/suggest-bundle-sf6)[ Packagist](https://packagist.org/packages/xcartmansft/suggest-bundle)[ RSS](/packages/xcartmansft-suggest-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (3)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:

```
