Download the PHP package symplify/controller-autowire without Composer
On this page you can find all versions of the php package symplify/controller-autowire. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download symplify/controller-autowire
More information about symplify/controller-autowire
Files in symplify/controller-autowire
Download symplify/controller-autowire
More information about symplify/controller-autowire
Files in symplify/controller-autowire
Vendor symplify
Package controller-autowire
Short Description Adds support to autowire controller constructor without pain.
License
Package controller-autowire
Short Description Adds support to autowire controller constructor without pain.
License
Please rate this library. Is it a good library?
Informations about the package controller-autowire
Controller Autowire - Deprecated, in core of Symfony 3.3+
This bundle does only 2 things. But does them well:
- 1. registers controllers as services and
- 2. enables constructor autowiring for them
Still wondering why use controller as services? Check this and this article.
Install
Add bundle to AppKernel.php
:
Usage
Used to FrameworkBundle's controller? Use helpers traits!
Inspired by pull requests to Symfony and setter injection that are currently on-hold, here are the traits you can use right now:
Do you prefer only traits you use?
Just type Controller*Trait
in your IDE to autocomplete any of these traits.
That's all :)
Contributing
Send issue or pull-request to main repository.
All versions of controller-autowire with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1
nette/robot-loader Version ^3.0
symfony/config Version ^3.2
symfony/dependency-injection Version ^3.2
symfony/http-kernel Version ^3.2
symfony/yaml Version ^3.2
symfony/serializer Version ^3.2
symfony/security Version ^3.2
nette/robot-loader Version ^3.0
symfony/config Version ^3.2
symfony/dependency-injection Version ^3.2
symfony/http-kernel Version ^3.2
symfony/yaml Version ^3.2
symfony/serializer Version ^3.2
symfony/security Version ^3.2
The package symplify/controller-autowire contains the following files
Loading the files please wait ....