Skip to content

siriusphp/orm-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sirius\Orm Playground

This repository is used to demonstrate the capabilities of Sirius\Orm library

The repo has the following structure:

  • bootstrap
    • config.php - various configuration options for the project
    • container.php - intialization & configuration of the DI container
  • resources
    • schema.php - contains the DB schema
    • seed.php - contains the code for seeding the database
    • mapper_definitions.php - contains the definitions of the mappers
  • src
    • Entity - contains the entity classes generated by Sirius\Orm
    • Mapper - contains the mapper & query classes generated by Sirius\Orm
  • demos - contains files demonstrating various aspects of the Sirius\Orm library

About

Demonstration of the Sirius\Orm capabilities

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages