nofuzz/framework

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

0.5.6 2017-08-26 13:02 UTC

This package is auto-updated.

Last update: 2024-04-08 14:46:02 UTC


README

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