2017 © Pedro Peláez
 

library orm

Light orm made to manage your MYSQL databases of your php project.

image

sup/orm

Light orm made to manage your MYSQL databases of your php project.

  • Wednesday, February 10, 2016
  • by JuniorBoaventura
  • Repository
  • 1 Watchers
  • 1 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

PHP ORM

Light orm made to manage your MYSQL databases of your php project., (*1)

Configuration

Set the connection parameters to your database in the config file :, (*2)

app/config/config_db.json

Generate the entities

With the ORM generator you can generate the tables entities of your database. Run this commande line :, (*3)

php generator.php tableName

Request on the database

  1. SELECT
  2. INSERT
  3. UPDATE
  4. JOINTURES
  5. COUNT

The Versions

10/02 2016

dev-master

9999999-dev

Light orm made to manage your MYSQL databases of your php project.

  Sources   Download

by Avatar JuniorBoaventura