harmony-project / modular-bundle
Integrates the Harmony ModularRouting component into the full-stack Symfony framework
Installs: 139
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^7.1
- harmony-project/modular-routing: ^0.1
- psr/container: ^1.0
- symfony-cmf/routing-bundle: ^2.0
- symfony/config: ^3.4|^4.0
- symfony/dependency-injection: ^3.4|^4.0
- symfony/event-dispatcher: ^3.4|^4.0
- symfony/framework-bundle: ^3.4|^4.0
- symfony/http-foundation: ^3.4|^4.0
- symfony/http-kernel: ^3.4|^4.0
Requires (Dev)
- doctrine/common: ^2.5
- doctrine/orm: ^2.5
- sensio/framework-extra-bundle: ^5.0
This package is auto-updated.
Last update: 2024-10-22 09:52:54 UTC
README
This bundle is part of the Harmony Project.
HarmonyModularBundle provides integration of the Harmony ModularRouting component into the full-stack Symfony framework. This bundle relies on CmfRoutingBundle by creating a chain of routers to extend Symfony's routing capabilities.
Also check out HarmonyModularExtraBundle for further integration of your modules in the Symfony framework.
Installation
This bundle is available as a package on Packagist:
composer require symfony-cmf/routing-bundle harmony-project/modular-bundle
Resources
License
This bundle is released under the MIT license.