PHPackages                             kanellov/slim-extras - 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. kanellov/slim-extras

ActiveLibrary[Framework](/categories/framework)

kanellov/slim-extras
====================

Slim Framework extras

0.1.1(11y ago)027MITPHPPHP &gt;=5.3.0

Since Mar 7Pushed 11y ago1 watchersCompare

[ Source](https://github.com/kanellov/slim-extras)[ Packagist](https://packagist.org/packages/kanellov/slim-extras)[ Docs](https://github.com/kanellov/slim-extras)[ RSS](/packages/kanellov-slim-extras/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (4)Used By (0)

slim-extras
===========

[](#slim-extras)

master: [![Build Status](https://camo.githubusercontent.com/60d9821ffc3d5ec099c4bbc7170c950581c7c0d7385cb97eb7ebb43d91f413f8/68747470733a2f2f7472617669732d63692e6f72672f6b616e656c6c6f762f736c696d2d6578747261732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/kanellov/slim-extras)develop: [![Build Status](https://camo.githubusercontent.com/6ccb3723bb9c9221fb1664edffc49fa6b0c71e6ac9e8716afc92000bbe0b9d62/68747470733a2f2f7472617669732d63692e6f72672f6b616e656c6c6f762f736c696d2d6578747261732e7376673f6272616e63683d646576656c6f70)](https://travis-ci.org/kanellov/slim-extras)

Slim Framework extras

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

[](#installation)

Install composer in your project:

```
curl -s https://getcomposer.org/installer | php

```

Create a composer.json file in your project root:

```
{
    "require": {
        "kanellov/slim-extras": "dev-master"
    }
}

```

Install via composer:

```
php composer.phar install

```

Add this line to your application’s index.php file:

```
