nofuzz / framework
A PHP nano framework for REST API's & Micro-Services
Installs: 352
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 1
Type:framework
Requires
- php: ^7.0
- ext-mbstring: *
- ext-openssl: *
- ext-pdo: *
- firebase/php-jwt: ^4.0
- guzzlehttp/guzzle: ^6.2
- monolog/monolog: ^1.22
- nikic/fast-route: ^1.1
- psr/simple-cache: ^1.0
Requires (Dev)
- phpunit/phpunit: ^6.0
This package is auto-updated.
Last update: 2024-11-08 16:01:01 UTC
README
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