2017 © Pedro Peláez
 

library json-api

PSR-7 compliant library to create and manipulate JSON.API compliant payload

image

zfr/json-api

PSR-7 compliant library to create and manipulate JSON.API compliant payload

  • Thursday, August 6, 2015
  • by bakura10
  • Repository
  • 2 Watchers
  • 2 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

json-api

Build Status, (*1)

Library to create and manipulate JSON.API compliant payload, (*2)

<?php, (*3)

$document = new Document(); $serializer = new PostSerializer();, (*4)

$document->push($object, $serializer);, (*5)

The Versions

06/08 2015

dev-master

9999999-dev

PSR-7 compliant library to create and manipulate JSON.API compliant payload

  Sources   Download

MIT

The Requires

 

The Development Requires

rest http json-api