2017 © Pedro Peláez
 

library slim-api-controller

Simple base api controller for slimframework.com

image

arrilot/slim-api-controller

Simple base api controller for slimframework.com

  • Tuesday, April 10, 2018
  • by Arrilot
  • Repository
  • 1 Watchers
  • 1 Stars
  • 501 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 46 % Grown

The README.md

Latest Stable Version Total Downloads Scrutinizer Quality Score, (*1)

Simple base api controller for slimframework.com

Installation

1) composer require arrilot/slim-api-controller, (*2)

2) Register the strategy and a logger into service container., (*3)

$container = $app->getContainer();
$container['foundHandler'] = function () {
    return new \Arrilot\SlimApiController\OnlyArgsStrategy();
};
$container['logger'] = function () {
    // return ...
};

The Versions

10/04 2018

dev-master

9999999-dev https://github.com/arrilot/slim-api-controller

Simple base api controller for slimframework.com

  Sources   Download

MIT

The Requires

 

by Nekrasov Ilya

api slim controller

10/04 2018

0.2

0.2.0.0 https://github.com/arrilot/slim-api-controller

Simple base api controller for slimframework.com

  Sources   Download

MIT

The Requires

 

by Nekrasov Ilya

api slim controller

13/01 2017

0.1

0.1.0.0 https://github.com/arrilot/slim-api-controller

Simple base api controller for slimframework.com

  Sources   Download

MIT

The Requires

 

by Nekrasov Ilya

api slim controller