2017 © Pedro Peláez
 

library slim-boost-php5

Extension Library For Slim3

image

shucream0117/slim-boost-php5

Extension Library For Slim3

  • Wednesday, February 28, 2018
  • by shucream0117
  • Repository
  • 0 Watchers
  • 0 Stars
  • 482 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 402 % Grown

The README.md

SlimBoost

  • Slim3
  • PHP ≧ 5.5.x

https://github.com/shucream0117/slim-boost をPHP5に対応させました, (*1)

Routes Example

```php:routes.php $app->get("/", IndexController::class . ':showIndex');, (*2)

$app->get("/users/{user_id:[0-9]+}", UserController::class . ':showUserById');, (*3)


# Setting Example ```php:setting.php 'foundHandler' => function () { return new FoundHandler(); },

The Versions

28/02 2018

dev-master

9999999-dev

Extension Library For Slim3

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar shucream0117