php-extended / php-api-endpoint-http-json-interface
An endpoint that returns objects parsed from the resources of a distant json api
Package info
gitlab.com/php-extended/php-api-endpoint-http-json-interface
pkg:composer/php-extended/php-api-endpoint-http-json-interface
Requires
- php: >=7.4
- php-extended/php-api-endpoint-http-interface: ^6.1
- php-extended/polyfill-php80-stringable: ^1.2
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2023-08-18 08:00:03 UTC
README
An endpoint that returns objects parsed from the resources of a distant json api.
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.pharfrom 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).