onion/rest

There is no license information available for the latest version (2.0.0) of this package.

Maintainers

Details

github.com/phOnion/rest

Source

Issues

Installs: 188

Dependents: 0

Suggesters: 2

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 2

pkg:composer/onion/rest

2.0.0 2018-04-29 22:07 UTC

This package is auto-updated.

Last update: 2025-09-11 14:33:53 UTC


README

RESTful additions for onion/framework

As of now this package provides support for:

  • application/json: returns all data from the entity to the client as a json_encoded value
  • application/hal+json: "Big" HAL response with automatically replacing link placeholders with the items available as data for the object.
  • application/api+json: The foundation for JSON-API responses
  • application/ld+json: (Needs testing) A minimal JSON-LD capable serialization.

ToDo:

  • Write more tests
  • JSONAPI Transformation
  • Investigate JSON-LD