PHPackages                             setono/dao-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. setono/dao-bundle

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

setono/dao-bundle
=================

Symfony bundle that integrates the DAO PHP SDK

v1.2.0(2y ago)127.5k[5 PRs](https://github.com/Setono/DAOBundle/pulls)3MITPHPPHP &gt;=7.4

Since May 23Pushed 2y ago2 watchersCompare

[ Source](https://github.com/Setono/DAOBundle)[ Packagist](https://packagist.org/packages/setono/dao-bundle)[ RSS](/packages/setono-dao-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (13)Versions (10)Used By (3)

DAO bundle
==========

[](#dao-bundle)

[![Latest Version](https://camo.githubusercontent.com/4bb10cb5f9ba3fd1fa9b483d7e3d98e1a7705deb8b001af8131fa03eeb8806ab/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f64616f2d62756e646c652f762f737461626c65)](https://packagist.org/packages/setono/dao-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/828dd9f2473e8e05e5500ede74cdd1d2ad5007290ee8f42a22860b1e61a15c43/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f64616f2d62756e646c652f762f756e737461626c65)](https://packagist.org/packages/setono/dao-bundle)[![Software License](https://camo.githubusercontent.com/f5fd3a96a5863adf6344385e9111c9e4412dcf2822aca98dec0b49805dea19dc/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f64616f2d62756e646c652f6c6963656e7365)](LICENSE)[![Build Status](https://camo.githubusercontent.com/484ecf6248235ae66b92ddc6ca64cf062d26d3b3dd292934f544b257a1b5457f/68747470733a2f2f7472617669732d63692e636f6d2f5365746f6e6f2f44414f42756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/Setono/DAOBundle)[![Quality Score](https://camo.githubusercontent.com/ae07174bbd8ac4acad81725b3eaf7632e4d9c8578ec2f9dbb284723d23b36aae/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f5365746f6e6f2f44414f42756e646c652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/Setono/DAOBundle)

Integrates the [DAO PHP SDK](https://github.com/Setono/dao-php-sdk) into Symfony.

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

[](#installation)

### Step 1: Download the bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this plugin:

```
$ composer require setono/dao-bundle
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md) of the Composer documentation.

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the plugin by adding it to the list of registered plugins/bundles in `config/bundles.php`:

```
