php-extended / php-api-endpoint-http-html-interface
An endpoint that returns objects parsed from the resources of a distant html api
4.0.0
2022-05-28 15:52 UTC
Requires
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.
Download composer.phar
from their website.
Then add to your composer.html :
"require": {
...
"php-extended/php-api-endpoint-http-html-interface": "^3"
...
}
Then run php composer.phar update
to install this library.
The autoloading of all classes of this library is made through composer's autoloader.
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).