Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.28 KB

readme.md

File metadata and controls

35 lines (25 loc) · 1.28 KB

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 - sandell@celarius.com - http://celarius.com


License

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