Skip to content

A PHP nano framework for REST API's & Micro-Services

License

Notifications You must be signed in to change notification settings

Celarius/nofuzz-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A PHP nano framework for making REST API services

Total Downloads License Build Status PHP7 Ready

Nofuzz is a nano-framework that enables rapid development of REST API services in PHP.

Designed to be PSR compliant, very small and lightweight, but still have enough muscle to power complex API's.

Nofuzz is built around a routing engine and the Controller principle. Built in are features such as Caches, multiple Database drivers and a myriad of other often needed features in API's (like JWT).


Installing

$ composer require nofuzz/framework

Documentation


Author

Kim Sandell - [email protected] - http://celarius.com


License

Nofuzz is licensed under the MIT License - see the License for details