2017 © Pedro Peláez
 

symfony-bundle http-api-bundle

Zan Symfony 2 HttpApiBundle

image

zanconsulting/http-api-bundle

Zan Symfony 2 HttpApiBundle

  • Friday, January 23, 2015
  • by zan
  • Repository
  • 1 Watchers
  • 0 Stars
  • 21 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

HttpApiBundle

Easily add a json-based REST api to Symfony 2, (*1)

This bundle makes it easy to set up an API that communicates via JSON-encoded requests and responses., (*2)

Requests either use the GET method or have a json-encoded set of parameters in the body of the request., (*3)

Responses are json-encoded., (*4)

Features

  • Controllers return data as arrays or anything that JMS Serializer can process
  • Request data is automatically processed to appear as normal POST parameters

ToDo

  • Pretty much everything, this is an early WIP

The Versions

23/01 2015

dev-master

9999999-dev https://github.com/zanconsulting/HttpApiBundle

Zan Symfony 2 HttpApiBundle

  Sources   Download

MIT

The Requires