Added the ByJG Micro-Orm

- A micro framework for create a very simple decoupled ORM (sqlite, mysql, postgres, sqlserver)
This commit is contained in:
Joao Gilberto Magalhaes 2017-05-27 17:48:05 -03:00
parent 3da27b662f
commit 65f8557a8e

View File

@ -538,6 +538,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [Aura.Sql](https://github.com/auraphp/Aura.Sql) - Provides an extension to the native PDO along with a profiler and connection locator.
* [Aura.SqlQuery](https://github.com/auraphp/Aura.SqlQuery) - Independent query builders for MySQL, PostgreSQL, SQLite, and Microsoft SQL Server. Edit
* [Baum](https://github.com/etrepat/baum) - A nested set implementation for Eloquent.
* [ByJG Micro-Orm](https://github.com/byjg/micro-orm) - A micro framework for create a very simple decoupled ORM (sqlite, mysql, postgres, sqlserver)
* [Cake ORM](https://github.com/cakephp/orm) - Object-Relational Mapper, implemented using the DataMapper pattern (CP).
* [Doctrine Extensions](https://github.com/Atlantic18/DoctrineExtensions) - A collection of Doctrine behavioural extensions.
* [Doctrine](http://www.doctrine-project.org/) - A comprehensive DBAL and ORM.