Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/friendsofsymfony/fosjsroutingbundle
A pretty nice way to expose your Symfony routing to client applications.
https://github.com/friendsofsymfony/fosjsroutingbundle
javascript php routing symfony symfony-bundle
Last synced: 27 days ago
JSON representation
A pretty nice way to expose your Symfony routing to client applications.
- Host: GitHub
- URL: https://github.com/friendsofsymfony/fosjsroutingbundle
- Owner: FriendsOfSymfony
- Created: 2011-05-12T22:01:51.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-01-23T21:32:00.000Z (10 months ago)
- Last Synced: 2024-03-25T21:11:34.858Z (8 months ago)
- Topics: javascript, php, routing, symfony, symfony-bundle
- Language: PHP
- Homepage:
- Size: 792 KB
- Stars: 1,482
- Watchers: 38
- Forks: 258
- Open Issues: 50
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
FOSJsRoutingBundle
==================[![Build
Status](https://secure.travis-ci.org/FriendsOfSymfony/FOSJsRoutingBundle.png?branch=master)](http://travis-ci.org/FriendsOfSymfony/FOSJsRoutingBundle)[![Join the chat at https://gitter.im/FOSJsRoutingBundle/Lobby](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/FOSJsRoutingBundle/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
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](https://github.com/themouette/chCmsExposeRoutingPlugin).
Documentation
-------------For documentation, see: [Resources/doc/index.rst](Resources/doc/index.rst).
[https://symfony.com/doc/master/bundles/FOSJsRoutingBundle/index.html](https://symfony.com/doc/master/bundles/FOSJsRoutingBundle/index.html)
Contributing
------------See
[CONTRIBUTING](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/blob/master/CONTRIBUTING.md)
file.Original Credits
----------------* William DURAND as main author.
* Julien MUETTON (Carpe Hora) for the inspiration.License
-------This bundle is released under the MIT license. See the complete license in the
bundle:Resources/meta/LICENSE