PHPackages                             species/app - 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. species/app

ActiveLibrary[Framework](/categories/framework)

species/app
===========

Yet another Simple Application Framework.

0.3.3(7y ago)02361PHPPHP ^7.2

Since Dec 30Pushed 7y ago1 watchersCompare

[ Source](https://github.com/SpacefulSpecies/App)[ Packagist](https://packagist.org/packages/species/app)[ RSS](/packages/species-app/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (8)Versions (11)Used By (1)

Species App
===========

[](#species-app)

Yet another Simple Application Framework.

Glue for [Slim](https://github.com/slimphp/Slim) and [Twig](https://github.com/twigphp/Twig/), configured with [PHP-DI](https://github.com/PHP-DI/PHP-DI), written in php 7.2!

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

[](#installation)

There is a [skeleton](https://github.com/SpacefulSpecies/AppSkeleton) available if you want to start a new project:

```
composer create-project species/app-skeleton my-project-path
```

Or use it as a library:

```
composer require species/app
```

Middleware
----------

[](#middleware)

Example how to add middleware with PHP-DI config:

```
