emmanuelng/nucleus

A PHP framework for creating REST APIs

v0.1-alpha 2020-02-22 22:54 UTC

This package is auto-updated.

Last update: 2024-06-09 09:04:05 UTC


README

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.