2017 © Pedro Peláez
 

library common-symfony

Common library for Linio Symfony projects

image

linio/common-symfony

Common library for Linio Symfony projects

  • Friday, July 20, 2018
  • by linio
  • Repository
  • 21 Watchers
  • 0 Stars
  • 1,270 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 6 Open issues
  • 8 Versions
  • 23 % Grown

The README.md

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:, (*1)

  • Service traits
  • Controller helper methods

Install

The recommended way to install Linio Common Symfony is through composer., (*2)

$ composer require linio/common-symfony

Tests

To run the test suite, you need install the dependencies via composer, then run PHPUnit., (*3)

$ 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:, (*4)

  • AuthorizationAware: allows you to use the symfony/security component and provides helpers
  • FlashMessageAware: allows you to use the symfony/http-foundation-session component and provides flash message helpers
  • FormAware: allows you to use the symfony/form component and provides helpers
  • RouterAware: allows you to use the symfony/routing component and provides helpers
  • SessionAware: allows you to use the symfony/http-foundation/session component and provides helpers
  • TemplatingAware: allows you to use the symfony/templating component and provides helpers
  • TwigAware: allows you to use the Twig\Environment component and provides helpers

The Versions

20/07 2018

dev-master

9999999-dev

Common library for Linio Symfony projects

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

symfony common linio

02/07 2018

dev-dependabot/composer/symfony/routing-tw-2.8|tw-3.0|tw-4.0

dev-dependabot/composer/symfony/routing-tw-2.8|tw-3.0|tw-4.0

Common library for Linio Symfony projects

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

symfony common linio

25/06 2018

dev-dependabot/composer/symfony/framework-bundle-tw-2.8|tw-3.0|tw-4.0

dev-dependabot/composer/symfony/framework-bundle-tw-2.8|tw-3.0|tw-4.0

Common library for Linio Symfony projects

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

symfony common linio

25/06 2018

dev-dependabot/composer/phpunit/phpunit-tw-6.0|tw-7.0

dev-dependabot/composer/phpunit/phpunit-tw-6.0|tw-7.0

Common library for Linio Symfony projects

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

symfony common linio

25/06 2018

dev-dependabot/composer/symfony/security-tw-3.2|tw-4.0

dev-dependabot/composer/symfony/security-tw-3.2|tw-4.0

Common library for Linio Symfony projects

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

symfony common linio

25/06 2018

dev-dependabot/composer/symfony/form-tw-2.8|tw-3.0|tw-4.0

dev-dependabot/composer/symfony/form-tw-2.8|tw-3.0|tw-4.0

Common library for Linio Symfony projects

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

symfony common linio

25/06 2018

dev-dependabot/composer/symfony/templating-tw-3.2|tw-4.0

dev-dependabot/composer/symfony/templating-tw-3.2|tw-4.0

Common library for Linio Symfony projects

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

symfony common linio

27/07 2017

1.0.0

1.0.0.0

Common library for Linio Symfony projects

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

symfony common linio