loadsman / symfony-plugin
Symfony plugin for Loadsman
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/loadsman/symfony-plugin
Requires
- php: >=5.4.0
 - loadsman/php-contract: ^0.0.4
 - symfony/framework-bundle: 3.*
 
Requires (Dev)
- phpunit/phpunit: ^5.7
 - scrutinizer/ocular: ^1.3
 
This package is not auto-updated.
Last update: 2025-10-26 06:57:02 UTC
README
Installation
- Require this package with composer:
 
composer require loadsman/symfony-plugin
- Add 
LoadsmanSymfonyBundletoAppKernelas dev bundle. Like this: 
if (in_array($this->getEnvironment(), ['dev', 'test'], true)) { // ... new \Loadsman\SymfonyPlugin\LoadsmanSymfonyBundle(), }
- Then add routes to 
routing_dev.yml: 
loadsman-symfony: resource: "@LoadsmanSymfonyBundle/Controller/" type: annotation
Licence
MIT