vufind-org / vufindhttp
VuFind HTTP service library
Installs: 261 340
Dependents: 5
Suggesters: 0
Security: 0
Stars: 0
Watchers: 23
Forks: 9
pkg:composer/vufind-org/vufindhttp
Requires
- php: >=8.1
- laminas/laminas-http: >=2.2
Requires (Dev)
- friendsofphp/php-cs-fixer: 3.51.0
- laminas/laminas-uri: >=2.2
- pear/http_request2: 2.6.0
- phing/phing: 2.17.4
- phpmd/phpmd: 2.15.0
- phpstan/phpstan: 1.10.59
- phpunit/phpunit: 10.5.11
- squizlabs/php_codesniffer: 3.9.0
README
VuFindHttp
Introduction
VuFindHttp contains a convenience class built around Laminas\Http\Client which allows creation of proxy-aware clients and convenient GET/POST behavior. This is part of the VuFind project (https://vufind.org) but may be useful for any software dealing with HTTP calls.
Installation
The recommended method for incorporating this library into your project is to use Composer (http://getcomposer.org).