浏览代码

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

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

@@ -27,7 +27,9 @@ A list of amazingly awesome PHP libraries that you should consider using (and so
27 27
 * [Doctrine](http://www.doctrine-project.org/) - A comprehensive DBAL and ORM.
28 28
 * [Doctrine Migrations](http://docs.doctrine-project.org/projects/doctrine-migrations/en/latest/toc.html) - A migration library for Doctrine.
29 29
 * [Migrations](https://github.com/icomefromthenet/Migrations) - A migration management library.
30
+* [Phinx](https://github.com/robmorgan/phinx) - Another database migration library.
30 31
 * [Propel](http://www.propelorm.org/) - A fast ORM.
32
+* [Spot](https://github.com/vlucas/Spot) - A MySQL datamapper ORM.
31 33
 * [Goutte](https://github.com/fabpot/Goutte) - A simple web scraper.
32 34
 * [Assetic](https://github.com/kriswallsmith/assetic) - An asset manager pipeline library.
33 35
 * [Pipe](https://github.com/CHH/pipe) - Another asset manager pipeline library.

正在加载...
取消
保存