PHPackages                             espend/zend-db-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. espend/zend-db-bundle

ActiveSymfony-bundle

espend/zend-db-bundle
=====================

Wraps ZendDb to Symfony2 and Doctrine

312PHP

Since Apr 1Pushed 13y ago1 watchersCompare

[ Source](https://github.com/Haehnchen/ZendDbBundle)[ Packagist](https://packagist.org/packages/espend/zend-db-bundle)[ RSS](/packages/espend-zend-db-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

ZendDbBundle
============

[](#zenddbbundle)

[![Build Status](https://camo.githubusercontent.com/19f80f8d5ae68f31175d2dd9f6cd4aa865bc23bd25b36fb233bef17a235edca0/68747470733a2f2f7472617669732d63692e6f72672f486165686e6368656e2f5a656e64446242756e646c652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/Haehnchen/ZendDbBundle)

Bundle that wraps Zend/Db to Symfony2 and Doctrine, so that you can use your Entity and Repository names as Table alias.

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

[](#installation)

Installation is a quick 2 step process:

1. Download ZendDbBundle using composer
2. Enable the Bundle

### Step 1: Download ZendDbBundle using composer

[](#step-1-download-zenddbbundle-using-composer)

Add ZendDbBundle in your composer.json (see versions: [espend/zend-db-bundle](https://packagist.org/packages/espend/zend-db-bundle)):

```
{
    "require": {
        "espend/zend-db-bundle": "dev-master"
    }
}
```

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update espend/zend-db-bundle
```

Composer will install the bundle to your project's `vendor` directory.

### Step 2: Enable the bundle

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

Enable the bundle in the kernel:

```
