2017 © Pedro Peláez
 

library doctrine-repository

An alternative doctrine entity base repository. Fork from eso/doctrine-repository.

image

ebidtech/doctrine-repository

An alternative doctrine entity base repository. Fork from eso/doctrine-repository.

  • Thursday, May 8, 2014
  • by ebidtech
  • Repository
  • 12 Watchers
  • 0 Stars
  • 829 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 8 % Grown

The README.md

Doctrine Repository

Latest Stable Version Build Status Coverage Status Scrutinizer Quality Score, (*1)

An alternative doctrine entity base repository, (*2)

Requirements

  • PHP >= 5.4
  • Doctrine ORM >= 2.2.3

Installation

The recommended way to install is through composer., (*3)

Just create a composer.json file for your project:, (*4)

{
    "require": {
        "eso/doctrine-repository": "@stable"
    }
}

Tip: browse eso/doctrine-repository page to choose a stable version to use, avoid the @stable meta constraint., (*5)

And run these two commands to install it:, (*6)

$ curl -sS https://getcomposer.org/installer | php
$ composer install

Now you can add the autoloader, and you will have access to the library:, (*7)

<?php

require 'vendor/autoload.php';

Usage

Contributing

All contributors, (*8)

See CONTRIBUTING file., (*9)

License

Doctrine Repository library is released under the MIT License. See the bundled LICENSE file for details., (*10)

The Versions

08/05 2014

dev-master

9999999-dev http://github.com/ebidtech/doctrine-repository

An alternative doctrine entity base repository. Fork from eso/doctrine-repository.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eduardo Oliveira

repository php doctrine entity

10/01 2014

v0.2

0.2.0.0 http://github.com/entering/doctrine-repository

An alternative doctrine entity base repository

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eduardo Oliveira

repository php doctrine entity

10/01 2014

v0.1.2

0.1.2.0 http://github.com/entering/doctrine-repository

An alternative doctrine entity base repository

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eduardo Oliveira

repository php doctrine entity

10/01 2014

v0.1.1

0.1.1.0 http://github.com/entering/doctrine-repository

An alternative doctrine entity base repository

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eduardo Oliveira

repository php doctrine entity

10/01 2014

v0.1

0.1.0.0 http://github.com/entering/doctrine-repository

An alternative doctrine entity base repository

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eduardo Oliveira

repository php doctrine entity