PHPackages                             germey/emissary - 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. germey/emissary

ActiveLibrary

germey/emissary
===============

Allows you to easily use Laravel Service Providers with Slim 3's DI container

v1.0.5(9y ago)1511MITPHPPHP &gt;=5.5.0

Since Nov 26Pushed 9y agoCompare

[ Source](https://github.com/Germey/Emissary)[ Packagist](https://packagist.org/packages/germey/emissary)[ Docs](https://github.com/Germey/Emissary)[ RSS](/packages/germey-emissary/feed)WikiDiscussions master Synced 2mo ago

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

Emissary
========

[](#emissary)

Allows you to easily use Laravel Service Providers with Slim 3's DI container, as well as the associated facades. Emissary is inspired by [itsgoingd/slim-services](https://github.com/itsgoingd/slim-services) and is compatible with Slim 3.

This is very much a work in progress so use at your own risk.

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

[](#installation)

Installation is via [Composer](https://getcomposer.org/):

```
$ composer require germey/emissary "1.*"
```

A working example with Illuminate/Database
==========================================

[](#a-working-example-with-illuminatedatabase)

```
