PHPackages                             danack/slim-auryn-invoker - 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. danack/slim-auryn-invoker

ActiveLibrary[Framework](/categories/framework)

danack/slim-auryn-invoker
=========================

Allows route callables to be dispatched by Auryn.

2.2.0(7y ago)72.2k[2 issues](https://github.com/Danack/SlimAurynInvoker/issues)MITPHPPHP &gt;=7.1.0

Since Sep 4Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Danack/SlimAurynInvoker)[ Packagist](https://packagist.org/packages/danack/slim-auryn-invoker)[ RSS](/packages/danack-slim-auryn-invoker/feed)WikiDiscussions master Synced today

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

Slim Auryn Invoker
==================

[](#slim-auryn-invoker)

[![Build Status](https://camo.githubusercontent.com/94dfc0095d212ab14242aeb9e7b32c8acdbdb790436694dd8547ad6800430a17/68747470733a2f2f7472617669732d63692e6f72672f44616e61636b2f536c696d417572796e496e766f6b65722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Danack/SlimAurynInvoker)

This library allows you to use the [Auryn Dependency Injection](https://github.com/rdlowrey/auryn) library as the dispatching layer of a [Slim Framework](https://www.slimframework.com/) application.

It replaces the built-in dispatcher that executes the callables for routes, and instead executes the callables through Auryn.

It does not affect the dispatching of middlewares.

Quickstart
----------

[](#quickstart)

If you install this library though Composer, all you need to do to link it into a Slim application is to set the 'foundHandler' when creating the Slim app.

```
