Skip to content

ortizdavid/php-micro-orm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Micro ORM

Example of Micro ORM for PHP

This library provide classes for interact with SQL databases.At the moment suports only MySQL and Postgres, with small modifications in config and connection classes. It's very easy to configure and plug the lib in the project.

Advantages:

  • Easy Configuration;
  • Table for mapping the class;
  • Query Builder for compose our SQL statements;
  • Allows also Raw SQL.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages