zeineddin/ze-doctrine-extensions

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

dev-master 2019-06-16 08:15 UTC

This package is not auto-updated.

Last update: 2024-04-19 06:24:39 UTC


README

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 ze-doctrine-extensions in your composer.json:

    "require": {
        "zeineddin/ze-doctrine-extensions": "dev-master"
    }
  2. Now tell composer to download ze-doctrine-extensions by running the command:

    $ php composer.phar update