php-extended / php-api-endpoint-http-html-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 html api
6.0.6
2023-08-13 13:29 UTC
Requires
This package is auto-updated.
Last update: 2023-08-18 08:01:01 UTC
README
An endpoint that returns objects parsed from the resources of a distant html 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.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-html-interface ^6
Basic Usage
This library is an interface-only library.
For a concrete implementation, see php-extended/php-api-endpoint-http-html-object
.
License
MIT (See license file).