sup / orm
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
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
- SELECT
- INSERT
- UPDATE
- JOINTURES
- COUNT