PHPackages                             dann95/slim3-controller-strategy - 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. dann95/slim3-controller-strategy

ActivePackage[Framework](/categories/framework)

dann95/slim3-controller-strategy
================================

Customize the way Slim3 loads controllers with your rules

012PHP

Since Jun 20Pushed 8y ago1 watchersCompare

[ Source](https://github.com/dann95/slim3-controller-strategy)[ Packagist](https://packagist.org/packages/dann95/slim3-controller-strategy)[ RSS](/packages/dann95-slim3-controller-strategy/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Slim 3 Controller Strategy
==========================

[](#slim-3-controller-strategy)

> This package will help you to change the way Slim 3 loads your project controllers, it’s a little boring to bind every each controller into Slim\\Container to make it after behind scenes Slim determine the Controller and Method, with this package you can write your own rules to determine which controller and method that the router is looking for.

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

[](#installation)

```
composer require dann95/slim3-controller-strategy
```

Usage
-----

[](#usage)

```
