浏览代码

pull/4/head
Jamie York 12 年前
父节点
当前提交
1f56638c5d
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      awesome-php.md

+ 2
- 0
awesome-php.md 查看文件

169
 * [Doctrine Migrations](http://docs.doctrine-project.org/projects/doctrine-migrations/en/latest/toc.html) - A migration library for Doctrine. 
169
 * [Doctrine Migrations](http://docs.doctrine-project.org/projects/doctrine-migrations/en/latest/toc.html) - A migration library for Doctrine. 
170
 * [Doctrine Extensions](https://github.com/l3pp4rd/DoctrineExtensions) - A collection of Doctrine behavioural extensions.
170
 * [Doctrine Extensions](https://github.com/l3pp4rd/DoctrineExtensions) - A collection of Doctrine behavioural extensions.
171
 * [Propel](http://www.propelorm.org/) - A fast ORM.
171
 * [Propel](http://www.propelorm.org/) - A fast ORM.
172
+* [Eloquent](https://github.com/illuminate/database) - The Laravel 4 ORM.
172
 * [Spot](https://github.com/vlucas/Spot) - A MySQL datamapper ORM.
173
 * [Spot](https://github.com/vlucas/Spot) - A MySQL datamapper ORM.
174
+* [PHP ActiveRecord](https://github.com/kla/php-activerecord) - A PHP Active Record implementation.
173
 * [Migrations](https://github.com/icomefromthenet/Migrations) - A migration management library.
175
 * [Migrations](https://github.com/icomefromthenet/Migrations) - A migration management library.
174
 * [Phinx](https://github.com/robmorgan/phinx) - Another database migration library.
176
 * [Phinx](https://github.com/robmorgan/phinx) - Another database migration library.
175
 * [Entities](https://github.com/kherge/Entities) - A Doctrine ORM service provider for Silex.
177
 * [Entities](https://github.com/kherge/Entities) - A Doctrine ORM service provider for Silex.

正在加载...
取消
保存