PHPackages                             ayeaye/api - 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. ayeaye/api

ActiveLibrary[Framework](/categories/framework)

ayeaye/api
==========

A simple but powerful API framework

1.0.2(10y ago)314657[6 issues](https://github.com/AyeAyeApi/Api/issues)1MITPHPPHP ^5.5 || ^7.0

Since Sep 11Pushed 2y ago7 watchersCompare

[ Source](https://github.com/AyeAyeApi/Api)[ Packagist](https://packagist.org/packages/ayeaye/api)[ Docs](https://ayeayeapi.com)[ RSS](/packages/ayeaye-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (10)Versions (19)Used By (1)

Aye Aye API
===========

[](#aye-aye-api)

\[[![PHP >= 5.5](https://camo.githubusercontent.com/98118bf0a3c8b650013ffc8a5d96731efc81154ae06ef7133f378875dedea4f6/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344253230352e352d3838393242462e737667)](https://camo.githubusercontent.com/98118bf0a3c8b650013ffc8a5d96731efc81154ae06ef7133f378875dedea4f6/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344253230352e352d3838393242462e737667)\] () \[[![License: MIT](https://camo.githubusercontent.com/39cd0cb065f7c7d55f04696e523a2c2546d48001d9c396a7d7d59f2b65dbc5f0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6179656179652f6170692e737667)](https://camo.githubusercontent.com/39cd0cb065f7c7d55f04696e523a2c2546d48001d9c396a7d7d59f2b65dbc5f0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6179656179652f6170692e737667)\] () \[[![Version](https://camo.githubusercontent.com/eb02c784e65f1ef5cbbde4f29a25b729bee71bc0310ab475f37f45f77d27c7cf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6179656179652f6170692e737667)](https://camo.githubusercontent.com/eb02c784e65f1ef5cbbde4f29a25b729bee71bc0310ab475f37f45f77d27c7cf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6179656179652f6170692e737667)\] () \[[![Build Status](https://camo.githubusercontent.com/e91c20f1dee691f0c474ecafebb71af0de1751850e0a6ba5db40bceb0c74bd6b/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f4179654179654170692f4170692f6d61737465722e737667)](https://camo.githubusercontent.com/e91c20f1dee691f0c474ecafebb71af0de1751850e0a6ba5db40bceb0c74bd6b/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f4179654179654170692f4170692f6d61737465722e737667)\] ()

Aye Aye API is a micro framework for building API's written in PHP. It's designed to be easy to use, fast to develop with and to scale from tiny micro-services to world devouring titans.

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

[](#installation)

Create a project and include Aye Aye.

```
composer init --require="ayeaye/api ^1.0.0" -n
composer install
```

Quick Start Guide
-----------------

[](#quick-start-guide)

When working with Aye Aye, you will do almost all of your work in Controller classes.

Here's our ubiquitous Hello World controller:

```
