PHPackages                             fusio/adapter-symfony - 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. [Framework](/categories/framework)
4. /
5. fusio/adapter-symfony

ActiveLibrary[Framework](/categories/framework)

fusio/adapter-symfony
=====================

Integrates features of the symfony framework

v5.0.0(4y ago)09AGPL-3.0PHPPHP &gt;=8.0CI failing

Since Feb 17Pushed 3y ago1 watchersCompare

[ Source](https://github.com/apioo/fusio-adapter-symfony)[ Packagist](https://packagist.org/packages/fusio/adapter-symfony)[ Docs](https://www.fusio-project.org)[ Fund](https://www.paypal.me/fusioapi)[ GitHub Sponsors](https://github.com/chriskapp)[ RSS](/packages/fusio-adapter-symfony/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (4)Versions (4)Used By (0)

Fusio-Adapter-Symfony
=====================

[](#fusio-adapter-symfony)

[Fusio](https://www.fusio-project.org/) adapter which helps to integrate features of Symfony. You can install the adapter with the following steps inside your Fusio project:

```
composer require fusio/adapter-symfony
php bin/fusio system:register "Fusio\Adapter\Symfony\Adapter"

```

Configuration
-------------

[](#configuration)

All your entities needs to be placed inside the folder `src/Entity` since the Doctrine connection checks only this folder.

Example
-------

[](#example)

Through the Doctrine connection you can build API endpoints using the Doctrine ORM i.e.:

```
