PHPackages                             sundrique/doctrine-tools - 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. [Database &amp; ORM](/categories/database)
4. /
5. sundrique/doctrine-tools

ActiveLibrary[Database &amp; ORM](/categories/database)

sundrique/doctrine-tools
========================

Zend Framework 2 Module providing unified endpoint for Doctrine command line tools

0.2.2(13y ago)71.7k[1 issues](https://github.com/Sundrique/DoctrineTools/issues)1MITPHPPHP &gt;=5.3.3

Since Mar 11Pushed 12y ago2 watchersCompare

[ Source](https://github.com/Sundrique/DoctrineTools)[ Packagist](https://packagist.org/packages/sundrique/doctrine-tools)[ Docs](https://github.com/Sundrique/DoctrineTools)[ RSS](/packages/sundrique-doctrine-tools/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (14)Used By (1)

Doctrine Tools [![Build Status](https://camo.githubusercontent.com/3ab5989fa546ed54f13045af966cc8e7dde690f8c75745a95c28980e28d74374/68747470733a2f2f7472617669732d63692e6f72672f53756e6472697175652f446f637472696e65546f6f6c732e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/Sundrique/DoctrineTools)
===================================================================================================================================================================================================================================================================================================================

[](#doctrine-tools-)

Important notice
----------------

[](#important-notice)

Since this code was merged into [DoctrineORMModule](http://www.github.com/doctrine/DoctrineORMModule) and [DoctrineModule](https://github.com/doctrine/DoctrineModule) present module is no longer supported. Simply use aforenamed modules instead.

Introduction
------------

[](#introduction)

This module provides an unified endpoint for Doctrine command line tools.

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

[](#installation)

First, add the following line into your `composer.json` file:

```
"require": {
	"sundrique/doctrine-tools": ">=0.2"
}
```

Then, enable the module by adding `DoctrineTools` in your application.config.php file.

```
