Skip to content

sexcod/genesis

Repository files navigation

Genesis

Genesis

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.

Experimental
Experimental: Do not use in production!