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.

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

pkg:composer/sup/orm

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

This package is not auto-updated.

Last update: 2025-12-26 16:03:17 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