sexcod / genesis
base for developer web php with angular and doctrine
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Type:framework
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-01-17 09:49:25 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.