Download the PHP package linio/common-symfony without Composer
On this page you can find all versions of the php package linio/common-symfony. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package common-symfony
Linio Common Symfony
Linio's Symfony Common library contains small components that either extend Symfony's functionality or provide a coherent base for Linio's symfony projects:
- Service traits
- Controller helper methods
Install
The recommended way to install Linio Common Symfony is through composer.
Tests
To run the test suite, you need install the dependencies via composer, then run PHPUnit.
$ composer install
$ vendor/bin/phpunit
Service Traits
The common library includes service traits, so you can easily inject dependencies and make use of services in your controllers. There are various controller-specific traits available:
AuthorizationAware: allows you to use thesymfony/securitycomponent and provides helpersFlashMessageAware: allows you to use thesymfony/http-foundation-sessioncomponent and provides flash message helpersFormAware: allows you to use thesymfony/formcomponent and provides helpersRouterAware: allows you to use thesymfony/routingcomponent and provides helpersSessionAware: allows you to use thesymfony/http-foundation/sessioncomponent and provides helpersTemplatingAware: allows you to use thesymfony/templatingcomponent and provides helpersTwigAware: allows you to use theTwig\Environmentcomponent and provides helpers
All versions of common-symfony with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
symfony/form Version ^2.8 || ^3.0 || ^4.0 || ^5.0 || ^6.0
symfony/routing Version ^2.8 || ^3.0 || ^4.0 || ^5.0 || ^6.0
symfony/framework-bundle Version ^2.8 || ^3.0 || ^4.0 || ^5.0 || ^6.0
symfony/templating Version ^3.2 || ^5.0 || ^6.0
twig/twig Version ^2.0 || ^3.0
symfony/security-core Version ^2.8 || ^3.0 || ^4.0 || ^5.0 || ^6.0
symfony/form Version ^2.8 || ^3.0 || ^4.0 || ^5.0 || ^6.0
symfony/routing Version ^2.8 || ^3.0 || ^4.0 || ^5.0 || ^6.0
symfony/framework-bundle Version ^2.8 || ^3.0 || ^4.0 || ^5.0 || ^6.0
symfony/templating Version ^3.2 || ^5.0 || ^6.0
twig/twig Version ^2.0 || ^3.0
symfony/security-core Version ^2.8 || ^3.0 || ^4.0 || ^5.0 || ^6.0
The package linio/common-symfony contains the following files
Loading the files please wait ...