Download the PHP package yavin/symfony-init-controller without Composer
On this page you can find all versions of the php package yavin/symfony-init-controller. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download yavin/symfony-init-controller
More information about yavin/symfony-init-controller
Files in yavin/symfony-init-controller
Download yavin/symfony-init-controller
More information about yavin/symfony-init-controller
Files in yavin/symfony-init-controller
Vendor yavin
Package symfony-init-controller
Short Description Runs init controller method before every action
License MIT
Package symfony-init-controller
Short Description Runs init controller method before every action
License MIT
Please rate this library. Is it a good library?
Informations about the package symfony-init-controller
Symfony Init Controller extension
Add ability to execute init
method in controller before every action.
Based on this answer
Example
Instalation
-
Add library to composer.json
and run command
-
Add service in your bundle services file
Resources/config/services.xml
:or if you have
services.yml
: - Then implement
InitControllerInterface
in controller that you want to have init method.
All versions of symfony-init-controller with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.9
symfony/http-kernel Version ~2.0|~3.0
symfony/event-dispatcher Version ~2.0|~3.0
symfony/http-kernel Version ~2.0|~3.0
symfony/event-dispatcher Version ~2.0|~3.0
The package yavin/symfony-init-controller contains the following files
Loading the files please wait ....