Fixing issues (#826)

This commit is contained in:
Kuba Werłos 2017-06-28 11:54:58 +02:00 committed by Jose Diaz-Gonzalez
parent a55ba604ec
commit d8d9533f5f
1 changed files with 2 additions and 2 deletions

View File

@ -143,7 +143,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [Hoa Project](https://hoa-project.net/En/) - Another package of PHP components.
* [League of Extraordinary Packages](https://thephpleague.com/) - A PHP package development group.
* [Symfony Components](http://symfony.com/doc/master/components/index.html) - The components that make Symfony.
* [Zend Framework 2 Components](https://packages.zendframework.com/) - The components that make Zend Framework.
* [Zend Framework 2 Components](https://docs.zendframework.com/) - The components that make Zend Framework.
## Micro Frameworks
*Micro frameworks and routers.*
@ -555,7 +555,7 @@ Libraries to help manage database schemas and migrations.
* [Doctrine Migrations](http://docs.doctrine-project.org/projects/doctrine-migrations/en/latest/toc.html) - A migration library for Doctrine.
* [Migrations](https://github.com/icomefromthenet/Migrations) - A migration management library.
* [Phinx](https://github.com/robmorgan/phinx) - Another database migration library.
* [Phinx](https://github.com/cakephp/phinx) - Another database migration library.
* [PHPMig](https://github.com/davedevelopment/phpmig) - Another migration management library.
* [Ruckusing](https://github.com/ruckus/ruckusing-migrations) - Database migrations for PHP ala ActiveRecord Migrations with support for MySQL, Postgres, SQLite.