php-extended / php-api-endpoint-http-html-interface
An endpoint that returns objects parsed from the resources of a distant html api
Package info
gitlab.com/php-extended/php-api-endpoint-http-html-interface
pkg:composer/php-extended/php-api-endpoint-http-html-interface
Requires
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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.pharfrom 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).