PHPackages                             nexus-rest-api/nexus - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. nexus-rest-api/nexus

ActiveFramework[Framework](/categories/framework)

nexus-rest-api/nexus
====================

Lightweight and fast PHP framework for building RESTful APIs.

1.2.2.1(3y ago)141MITPHPPHP ^7.4 || ^8.0

Since Jun 12Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Jonas-Bostoen/nexus-rest-api)[ Packagist](https://packagist.org/packages/nexus-rest-api/nexus)[ RSS](/packages/nexus-rest-api-nexus/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (9)DependenciesVersions (11)Used By (0)

Nexus
=====

[](#nexus)

Nexus php is a lightweight and fast PHP framework for building RESTful APIs.

Installation
------------

[](#installation)

Easy installation via Composer:

```
composer require nexus-rest-api/nexus
```

Getting started
---------------

[](#getting-started)

APP
---

[](#app)

Nexus rest api uses an app decorator to handle all the functionality. There is also a possibility to pass config to the app while creating it. The order of values in config does not matter but the key names do.

```
