php-extended/php-api-endpoint-http-json-interface

This package is abandoned and no longer maintained. The author suggests using the php-extended/php-reifier-interface package instead.

An endpoint that returns objects parsed from the resources of a distant json api

6.0.6 2023-08-13 13:30 UTC

README

An endpoint that returns objects parsed from the resources of a distant json api.

coverage

Installation

The installation of this library is made via composer and the autoloading of all classes of this library is made through their autoloader.

  • Download composer.phar from their website.
  • Then run the following command to install this library as dependency :
  • php composer.phar install php-extended/php-api-endpoint-http-json-interface ^6

Basic Usage

This library is an interface-only library.

For a concrete implementation, see php-extended/php-api-endpoint-http-json-object.

License

MIT (See license file).