Browse Source

pull/4/head
ziadoz 13 years ago
parent
commit
fe5b832b89
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      awesome-php.md

+ 2
- 1
awesome-php.md View File

18
 * [Doctrine](http://www.doctrine-project.org/) - A comprehensive DBAL and ORM.
18
 * [Doctrine](http://www.doctrine-project.org/) - A comprehensive DBAL and ORM.
19
 * [Doctrine Migrations](http://docs.doctrine-project.org/projects/doctrine-migrations/en/latest/toc.html) - A migration library for Doctrine.
19
 * [Doctrine Migrations](http://docs.doctrine-project.org/projects/doctrine-migrations/en/latest/toc.html) - A migration library for Doctrine.
20
 * [Propel](http://www.propelorm.org/) - A fast ORM.
20
 * [Propel](http://www.propelorm.org/) - A fast ORM.
21
-* [DBV](http://dbv.vizuina.com/) - A database version control application.
22
 * [Goutte](https://github.com/fabpot/Goutte) - A simple web scraper.
21
 * [Goutte](https://github.com/fabpot/Goutte) - A simple web scraper.
23
 * [Assetic](https://github.com/kriswallsmith/assetic) - An asset manager pipeline library.
22
 * [Assetic](https://github.com/kriswallsmith/assetic) - An asset manager pipeline library.
24
 * [Pipe](https://github.com/CHH/pipe) - Another asset manager pipeline library.
23
 * [Pipe](https://github.com/CHH/pipe) - Another asset manager pipeline library.
108
 * [PHP CS Fixer](https://github.com/fabpot/PHP-CS-Fixer) - A coding standard fixer library.
107
 * [PHP CS Fixer](https://github.com/fabpot/PHP-CS-Fixer) - A coding standard fixer library.
109
 * [PHP Parser](https://github.com/nikic/PHP-Parser) - A PHP parser written in PHP.
108
 * [PHP Parser](https://github.com/nikic/PHP-Parser) - A PHP parser written in PHP.
110
 * [PHP Manipulator](https://github.com/schmittjoh/php-manipulator) - A library for analysing and modifying PHP Source Code.
109
 * [PHP Manipulator](https://github.com/schmittjoh/php-manipulator) - A library for analysing and modifying PHP Source Code.
110
+* [PHP Queue](https://github.com/miccheng/php-queue) - A frontend for queueing backends.
111
+* [DBV](http://dbv.vizuina.com/) - A database version control frontend.
111
 
112
 
112
 # Resources
113
 # Resources
113
 
114
 

Loading…
Cancel
Save