sup/orm

There is no license information available for the latest version (dev-master) of this package.

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

Maintainers

Package info

github.com/JuniorBoaventura/orm

Issues

pkg:composer/sup/orm

Statistics

Installs: 6

Dependents: 0

Suggesters: 0

Stars: 1

dev-master 2016-02-10 13:38 UTC

This package is not auto-updated.

Last update: 2026-04-03 17:12:58 UTC


README

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

Configuration

Set the connection parameters to your database in the config file :

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 :

php generator.php tableName

Request on the database

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