phpGenesis

A lightweight php framework featuring layouts, automatic routing, pretty urls, phpActiveRecord integration and more.

MIT License

Stars
4

phpGenesis

A lightweight php framework featuring layouts, automatic routing, pretty urls, phpActiveRecord integration and more.

Getting Started

  1. Place the latest core into your root directory, along with the default app/, config/, .htaccess, index.php, and init.php. (Don't forget the last one!)
  2. Create your site settings in config/config.php, and update the init.php settings with correct info. (Don't forget to change the APP_ID)
  3. Upload your site, and visit it. You should get the default home page. (Located in app/pages/home.php)
  4. Congrats, you have completed your first phpGenesis setup!

Authors

Jamon Holmgren, CTO at Infinite Red.

Tim Santeford

License

MIT (See ./LICENSE)

Related Projects