Closed
Description
Hi there! The goal of this library is to implement the business rules of JSON API Specification v1.0 in php 7. There are 2 main principles I want to follow.
- Every single rule of the specification must be clearly expressed through object behavior. It should be impossible to produce an invalid JSON API document with this library.
- Pure and strict TDD. Not just "test first". Not only following the 3 rules of TDD. Not 100% unit test coverage. The tests must be the only documentation for the internal API, and this documentation must be easy to read.
I'd like to know what you think @tobscure @fesor @enleur @kefzce @sleepytomcat @franzliedke @crhayes