Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 612 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 612 Bytes

Nucleus

Build Status License

Nucleus is a PHP library to create REST APIs. It provides the classes and interfaces to implement a router and to automatically sanitize data.

Installation

Nucleus can be installed using Composer:

composer require emmanuelng/nucleus

This will install Nucleus and all required dependencies. Nucleus requires PHP 7.2 or newer.