abbert/symfony-action-utils

There is no license information available for the latest version (v2.1.0) of this package.

Implements all the methods defined in Symfony's ControllerTrait. Can be injected in controllers / actions.

Installs: 460

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/abbert/symfony-action-utils

v2.1.0 2018-08-06 12:22 UTC

This package is auto-updated.

Last update: 2025-09-27 20:42:23 UTC


README

Implements all the methods defined in Symfony's ControllerTrait. Can be injected in controllers / actions.

sample service definition

Skrepr\ActionUtils\ActionUtils:
    arguments: ['@twig', '@form.factory', '@session', '@router', '@doctrine', '@security.token_storage']