Skip to content

JuniorBoaventura/ORM-PHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP ORM

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

About

Creation of an ORM in PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages