PHPackages                             danack/slim-dispatcher - 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-dispatcher

ActiveLibrary[Framework](/categories/framework)

danack/slim-dispatcher
======================

Allows route callables to be dispatched by a supplied invoker

019PHP

Since Apr 30Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Danack/SlimDispatcher)[ Packagist](https://packagist.org/packages/danack/slim-dispatcher)[ RSS](/packages/danack-slim-dispatcher/feed)WikiDiscussions dev Synced 1mo ago

READMEChangelogDependenciesVersions (1)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.

```
