PHPackages                             acseo/typesense-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. [API Development](/categories/api)
4. /
5. acseo/typesense-bundle

ActiveSymfony-bundle[API Development](/categories/api)

acseo/typesense-bundle
======================

This bundle provides integration with Typesense in Symfony

v0.13(3mo ago)73119.1k↓48.7%43[11 issues](https://github.com/acseo/TypesenseBundle/issues)[5 PRs](https://github.com/acseo/TypesenseBundle/pulls)1MITPHPPHP ^7.4||^8.0CI failing

Since May 11Pushed 3mo ago5 watchersCompare

[ Source](https://github.com/acseo/TypesenseBundle)[ Packagist](https://packagist.org/packages/acseo/typesense-bundle)[ RSS](/packages/acseo-typesense-bundle/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (26)Versions (38)Used By (1)

ACSEOTypesenseBundle
====================

[](#acseotypesensebundle)

This bundle provides integration with [Typesense](https://typesense.org/) with Symfony.

It relies on the official [TypeSense PHP](https://github.com/typesense/typesense-php) package

Features include:

- Doctrine object transformer to Typesense indexable data
- Usefull services to search in collections
- Listeners for Doctrine events for automatic indexing

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

[](#installation)

Install the bundle using composer

```
composer require acseo/typesense-bundle
```

Enable the bundle in you Symfony project

```
