Download the PHP package martynbiz/slim3-controller without Composer
On this page you can find all versions of the php package martynbiz/slim3-controller. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download martynbiz/slim3-controller
More information about martynbiz/slim3-controller
Files in martynbiz/slim3-controller
Package slim3-controller
Short Description Provides controller functionality to Slim Framework v3. Also includes PHPUnit TestCase for testing controllers.
License MIT
Homepage http://github.com/martynbiz/slim3-controller
Informations about the package slim3-controller
Slim v3 controller
Introduction
Provides controller functionality to Slim Framework v3. Also includes PHPUnit TestCase for testing controllers.
Installation
Composer
Usage
/app/routes.php
/app/controllers/ExampleController.php
Get method
The get() method within controllers is used to get dependencies defined in $app:
/app/dependencies.php
/app/controllers/ExampleController.php
Request
getCookie
est->getCookie($name, $defaultValue);
return $this->response->withStatus(Response::HTTP_BAD_REQUEST); xml <?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" bootstrap="tests/bootstrap.php">
/tests/bootstrap.php
/tests/application/controllers/ExampleControllerTest.php
TODO
doc - getCookie
tests - cookies not available, why?
body missing in tests - why??
All versions of slim3-controller with dependencies
slim/slim Version ~3.0
symfony/dom-crawler Version ^3.0
symfony/css-selector Version ^3.0