PHPackages                             danilovl/select-autocompleter-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. danilovl/select-autocompleter-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

danilovl/select-autocompleter-bundle
====================================

Symfony select ajax autocomleter bundle

v4.1.0(2mo ago)55.4kMITPHPPHP ^8.5

Since Jan 5Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/danilovl/select-autocompleter-bundle)[ Packagist](https://packagist.org/packages/danilovl/select-autocompleter-bundle)[ RSS](/packages/danilovl-select-autocompleter-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (30)Versions (80)Used By (0)

[![phpunit](https://github.com/danilovl/select-autocompleter-bundle/actions/workflows/phpunit.yml/badge.svg)](https://github.com/danilovl/select-autocompleter-bundle/actions/workflows/phpunit.yml)[![downloads](https://camo.githubusercontent.com/57ea869965aeb75a234bab80fb3a6464f951c61c57efa3ee8bc63187e58386fd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f64616e696c6f766c2f73656c6563742d6175746f636f6d706c657465722d62756e646c65)](https://packagist.org/packages/danilovl/select-autocompleter-bundle)[![latest Stable Version](https://camo.githubusercontent.com/60fe485ecc9eb153eb542a13ae1b6b64d9adaf1d38503f7c2b7b32c4ac18e754/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f64616e696c6f766c2f73656c6563742d6175746f636f6d706c657465722d62756e646c65)](https://packagist.org/packages/danilovl/select-autocompleter-bundle)[![license](https://camo.githubusercontent.com/db03d3bf206bc3a96a35f6aaf68c834dff38dfce06b3f50461dec1a0b050a5db/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f64616e696c6f766c2f73656c6563742d6175746f636f6d706c657465722d62756e646c65)](https://packagist.org/packages/danilovl/select-autocompleter-bundle)

SelectAutocompleterBundle
=========================

[](#selectautocompleterbundle)

About
-----

[](#about)

This Symfony bundle enables the popular [Select2](https://select2.github.io/) component to be used as a drop-in replacement for standard fields in a Symfony form.

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

[![Alt text](/screenshot/autocompleter.gif?raw=true "Autocompleter example")](/screenshot/autocompleter.gif?raw=true)

### Requirements

[](#requirements)

- PHP 8.5 or higher
- Symfony 8.0 or higher

### 1. Installation

[](#1-installation)

Install `danilovl/select-autocompleter-bundle` package by Composer:

```
composer require danilovl/select-autocompleter-bundle
```

```
