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

ActiveLibrary[Framework](/categories/framework)

danack/slim4-auryn-invoker
==========================

Allows route callables to be dispatched by Auryn.

0.1.1(3y ago)059MITPHPPHP &gt;=8.0.0

Since Aug 2Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Danack/Slim4AurynInvoker)[ Packagist](https://packagist.org/packages/danack/slim4-auryn-invoker)[ RSS](/packages/danack-slim4-auryn-invoker/feed)WikiDiscussions dev Synced 1mo ago

READMEChangelogDependencies (9)Versions (3)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.

```
