Skip to content

pradeep-sanjaya/doctrine-extensions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DoctrineExtensions

A set of Doctrine 2 extensions http://www.doctrine-project.org

Mainly the current existing are a start for platform dependant SQL functions.

Installation

The recommended way to install zeineddin/ze-doctrine-extensions is through composer:

  1. Add this project and doctrine-extensions in your composer.json:

    "repositories": [
            {
                "url": "https://github.com/pradeep-sanjaya/doctrine-extensions.git",
                "type": "git"
            }
    ],
    "require": {
        "pradeep-sanjaya/doctrine-extensions": "dev-master"
    }
  2. Now tell composer to download ze-doctrine-extensions by running the command:

    $ php composer.phar update

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%