Nucleus is a PHP library to create REST APIs. It provides the classes and interfaces to implement a router and to automatically sanitize data.
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.