sexcod / genesis
base for developer web php with angular and doctrine
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Type:framework
pkg:composer/sexcod/genesis
Requires
- php: >= 5.4
 - bramus/router: ^1.0
 - doctrine/common: 2.4.*
 - doctrine/dbal: 2.4.*
 - doctrine/orm: 2.4.*
 - twig/twig: ~1.0
 
This package is auto-updated.
Last update: 2025-10-17 11:38:15 UTC
README
The Genesis is a micro PHP framework for developing web applications easy and quickly, with the quality "sexcod" design.
Features
- Simple routers with "POST | GET | PUT | DELETE"
 - Command line to database interaction
 - Doctrine ORM form Entity Manager
 - Twig template engine - simple, fast and best
 - Gulp to compacting (minify) CSS and Javascript files
 
Requires
Install
Get the Genesis with:
git clone https://github.com/sexcod/genesis.git
cd genesis    
Start using your PHP builtin server:
php -S localhost:80 -t public
Now, type in your browser: http://localhost
This is based on Base and Tiga (router) open source projects.
