Browse Source

Merge pull request #604 from 27cm/patch-2

Update Doctrine Extensions link
pull/599/head
Jose Diaz-Gonzalez 9 years ago
parent
commit
94976ccc82
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

483
 *Libraries for interacting with databases using object-relational mapping (ORM) or datamapping techniques.*
483
 *Libraries for interacting with databases using object-relational mapping (ORM) or datamapping techniques.*
484
 
484
 
485
 * [Doctrine](http://www.doctrine-project.org/) - A comprehensive DBAL and ORM.
485
 * [Doctrine](http://www.doctrine-project.org/) - A comprehensive DBAL and ORM.
486
-* [Doctrine Extensions](https://github.com/l3pp4rd/DoctrineExtensions) - A collection of Doctrine behavioural extensions.
486
+* [Doctrine Extensions](https://github.com/Atlantic18/DoctrineExtensions) - A collection of Doctrine behavioural extensions.
487
 * [Propel](http://propelorm.org/) - A fast ORM, migration library and query builder.
487
 * [Propel](http://propelorm.org/) - A fast ORM, migration library and query builder.
488
 * [Eloquent](https://github.com/illuminate/database) - A simple ORM (L5).
488
 * [Eloquent](https://github.com/illuminate/database) - A simple ORM (L5).
489
 * [LazyRecord](https://github.com/c9s/LazyRecord) - A fast ORM designed for simplicity, extendability and performance.
489
 * [LazyRecord](https://github.com/c9s/LazyRecord) - A fast ORM designed for simplicity, extendability and performance.

Loading…
Cancel
Save