PHPackages                             andrewbreksa/slim-action-helpers - 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. andrewbreksa/slim-action-helpers

ActiveLibrary[Framework](/categories/framework)

andrewbreksa/slim-action-helpers
================================

A set of classes to make Slim 3 a bit easier to work with

1.0.1(7y ago)14[1 issues](https://github.com/abreksa4/slim-action-helpers/issues)MITPHPPHP ^7.1

Since Jan 30Pushed 7y ago1 watchersCompare

[ Source](https://github.com/abreksa4/slim-action-helpers)[ Packagist](https://packagist.org/packages/andrewbreksa/slim-action-helpers)[ RSS](/packages/andrewbreksa-slim-action-helpers/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)Dependencies (7)Versions (4)Used By (0)

slim-action-helpers
-------------------

[](#slim-action-helpers)

[![build-status](https://camo.githubusercontent.com/4b7af22fe79c8d86a00f82556d1b8655057dbf2eb0413296bc002db176e06e27/68747470733a2f2f7472617669732d63692e6f72672f616272656b7361342f736c696d2d616374696f6e2d68656c706572732e7376673f6272616e63683d6d6173746572)](https://camo.githubusercontent.com/4b7af22fe79c8d86a00f82556d1b8655057dbf2eb0413296bc002db176e06e27/68747470733a2f2f7472617669732d63692e6f72672f616272656b7361342f736c696d2d616374696f6e2d68656c706572732e7376673f6272616e63683d6d6173746572)[![license](https://camo.githubusercontent.com/95e57b627c5e64fa3715fb93e61c95e8dc7af88cab54f5a944c5425f305a663e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f616272656b7361342f736c696d2d616374696f6e2d68656c706572732e737667)](https://camo.githubusercontent.com/95e57b627c5e64fa3715fb93e61c95e8dc7af88cab54f5a944c5425f305a663e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f616272656b7361342f736c696d2d616374696f6e2d68656c706572732e737667)[![stars](https://camo.githubusercontent.com/1a26b2ece7a8df12f3cf727e67155a620320502851fddd2881a459a677a48564/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f616272656b7361342f736c696d2d616374696f6e2d68656c706572732e737667)](https://camo.githubusercontent.com/1a26b2ece7a8df12f3cf727e67155a620320502851fddd2881a459a677a48564/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f616272656b7361342f736c696d2d616374696f6e2d68656c706572732e737667)[![Coverage Status](https://camo.githubusercontent.com/4981c46238b82013c8e5593308a62b2a45ef21a20f99c451b7b7eca75f15f0dd/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f616272656b7361342f736c696d2d616374696f6e2d68656c706572732f62616467652e7376673f6272616e63683d6d6173746572)](https://camo.githubusercontent.com/4981c46238b82013c8e5593308a62b2a45ef21a20f99c451b7b7eca75f15f0dd/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f616272656b7361342f736c696d2d616374696f6e2d68656c706572732f62616467652e7376673f6272616e63683d6d6173746572)[![Latest Stable Version](https://camo.githubusercontent.com/b142c15d4712d62a58305aaf6acdd633aa76b1b3e78eea16434d1929a987c383/68747470733a2f2f706f7365722e707567782e6f72672f616e647265776272656b73612f736c696d2d616374696f6e2d68656c706572732f762f737461626c65)](https://camo.githubusercontent.com/b142c15d4712d62a58305aaf6acdd633aa76b1b3e78eea16434d1929a987c383/68747470733a2f2f706f7365722e707567782e6f72672f616e647265776272656b73612f736c696d2d616374696f6e2d68656c706572732f762f737461626c65)[![Total Downloads](https://camo.githubusercontent.com/3fdfd8dbe443970fa68e8bf47e5d3c6c8d84c070bd7a23c81b8b2cc891bbc610/68747470733a2f2f706f7365722e707567782e6f72672f616e647265776272656b73612f736c696d2d616374696f6e2d68656c706572732f646f776e6c6f616473)](https://camo.githubusercontent.com/3fdfd8dbe443970fa68e8bf47e5d3c6c8d84c070bd7a23c81b8b2cc891bbc610/68747470733a2f2f706f7365722e707567782e6f72672f616e647265776272656b73612f736c696d2d616374696f6e2d68656c706572732f646f776e6c6f616473)

Quick and dirty helper classes for RAD slim 3 development that fully support the `__invoke` Slim 3 middleware and callable paradigm.

Install
=======

[](#install)

```
composer require andrewbreksa/slim-action-helpers
```

Examples
========

[](#examples)

Action
------

[](#action)

```
