PHPackages                             helllomatt/aspen - 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. helllomatt/aspen

ActiveLibrary[Framework](/categories/framework)

helllomatt/aspen
================

Simple PHP API framework

1.1(8y ago)044MITPHPPHP &gt;=5.6.0

Since Jan 6Pushed 8y agoCompare

[ Source](https://github.com/helllomatt/ASPEN)[ Packagist](https://packagist.org/packages/helllomatt/aspen)[ RSS](/packages/helllomatt-aspen/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (8)Dependencies (1)Versions (9)Used By (0)

ASPEN
=====

[](#aspen)

[![](https://camo.githubusercontent.com/612b389694a7fa9f823180bced2d6af28a999e88ee55fe7199c3d0b89d7ceb38/68747470733a2f2f7472617669732d63692e6f72672f68656c6c6c6f6d6174742f415350454e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/helllomatt/ASPEN)

Aspen is and API manager and router. Make a request, and it will handle where to go for processing and returning information.

Installing
----------

[](#installing)

```
composer require helllomatt/aspen

```

Setting up
----------

[](#setting-up)

You need to create an index file for your project. This will load your config file and also the api endpoints you would like to use.

`index.php`

```
