PHPackages                             maratzhe/symfony-typesense - 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. maratzhe/symfony-typesense

ActiveLibrary[API Development](/categories/api)

maratzhe/symfony-typesense
==========================

Integrate Typesense to Symfony &amp; Doctrine ORM

v1.0.4(1mo ago)013MITPHPPHP &gt;=8.3

Since Nov 29Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/maratzhe/symfony-typesense)[ Packagist](https://packagist.org/packages/maratzhe/symfony-typesense)[ RSS](/packages/maratzhe-symfony-typesense/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (34)Versions (6)Used By (0)

Symfony Typesense
=================

[](#symfony-typesense)

A [Typesense](https://typesense.org/) integration for the [Symfony](https://symfony.com) web framework.

Attributes based and completely auto mapping.

Features:

- Attributes based
- Completely auto mapping based on Doctrine types. Manual mapping also available.
- Relations management. Auto update parent entity when child relation was updated.

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

[](#installation)

Install the bundle using composer:

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

```
