php-extended / php-api-endpoint-http-html-interface
An endpoint that returns objects parsed from the resources of a distant html api
Installs: 28 175
Dependents: 1
Suggesters: 0
Security: 0
pkg:composer/php-extended/php-api-endpoint-http-html-interface
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).