symfony-bundle rest-bundle
Useful Rest Features.
striide/rest-bundle
Useful Rest Features.
- Tuesday, December 10, 2013
- by chadl
- Repository
- 1 Watchers
- 1 Stars
- 43 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
StriideRestBundle
The intent here is to provide a convenient service interface for REST calls, (*1)
Example:
$payload = $this->get('striide_rest.rest.service')->get("http://rest.com/get/4");, (*2)
Routing
StriideRestBundle:
resource: "@StriideRestBundle/Controller/"
type: annotation
prefix: /, (*3)