Skip to content
This repository has been archived by the owner on Feb 20, 2020. It is now read-only.
/ jollof Public archive
forked from isocroft/Jollof

A lightweight PHP framework for developers who love smart work

License

Notifications You must be signed in to change notification settings

stigwue/jollof

 
 

Repository files navigation

Jollof

This is a very lighweight PHP framework built to cater to very busy backend-developers who have very little time to deliver on the job. It is also very configurable as most of the boilerplate code you need to get up and running on a serious project has already been baked in. Web development has never been this easy!

Setting Up

The philosophy of Jollof is very simple. Routes are very tightly knitted to the Controllers that service them. For every route, the first part of the URI and/or pathname is the Controller class name and the second part of the URI and/or pathname is the Controller class method.

e.g. /confirmation/proceed - Confirmation::proceed()

Views and Routes can be easily setup using the console command

	$ php jollof make:view site/index
	$ php jollof make:route /confirmation/proceed POST

As well as Controllers and Models

	$ php jollof make:model Comment
	$ php jollof make:controller Account Settings

Mobicent, Ltd

About

A lightweight PHP framework for developers who love smart work

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 96.4%
  • ApacheConf 3.2%
  • JavaScript 0.4%