nick4fake / jsrouting-bundle
This package is abandoned and no longer maintained.
No replacement package was suggested.
Symfony FOSJsRoutingBundle
Package info
github.com/nick4fake/FOSJsRoutingBundle
Type:symfony-bundle
pkg:composer/nick4fake/jsrouting-bundle
1.3.0
2013-10-04 08:52 UTC
Requires
- php: >=5.3.2
- symfony/console: ~2.0
- symfony/framework-bundle: ~2.0
- symfony/serializer: ~2.0
README
This bundle allows you to expose your routing in your JavaScript code. That means you'll be able to generate URL with given parameters like you can do with the Router component provided in the Symfony2 core.
This is a port of the symfony 1.x plugin: chCmsExposeRoutingPlugin.
Documentation
Please, find the README file in Resources/doc/ to get more information about this bundle.
License
See Resources/meta/LICENSE.
Original Credits
- William DURAND as main author.
- Julien MUETTON (Carpe Hora) for the inspiration.