PHPackages                             backsystem/autocomplete - 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. backsystem/autocomplete

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

backsystem/autocomplete
=======================

Autocomplete functionality for Symfony

v1.0.8(11mo ago)01.3k↓33.3%MITPHPPHP &gt;=8.1

Since Feb 3Pushed 11mo agoCompare

[ Source](https://github.com/BackSystem/Autocomplete)[ Packagist](https://packagist.org/packages/backsystem/autocomplete)[ RSS](/packages/backsystem-autocomplete/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (8)Versions (5)Used By (0)

Autocomplete
============

[](#autocomplete)

Information
-----------

[](#information)

This Symfony bundle has been created on the basis of [Symfony UX Autocomplete](https://github.com/symfony/ux-autocomplete). The latter meets other needs and will not be suitable for as many people as [Symfony UX Autocomplete](https://github.com/symfony/ux-autocomplete).

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

[](#installation)

First, install the bundle with the following command:

```
composer require backsystem/autocomplete
```

Next, configure the bundle by creating the following file in `config/routes/autocomplete.yaml`:

```
autocomplete:
    resource: '@AutocompleteBundle/config/routes.yaml'
    prefix: /api/search # You can choose the prefix you want
```

Example
-------

[](#example)

```
