Download the PHP package salient/curler without Composer
On this page you can find all versions of the php package salient/curler. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download salient/curler
More information about salient/curler
Files in salient/curler
Download salient/curler
More information about salient/curler
Files in salient/curler
Vendor salient
Package curler
Short Description The curler package of the Salient toolkit
License MIT
Package curler
Short Description The curler package of the Salient toolkit
License MIT
Please rate this library. Is it a good library?
Informations about the package curler
salient/curler
The Curler component of the Salient toolkit
salient/curler
provides an HTTP client optimised for exchanging data with
RESTful API endpoints.
- Simple, fluent interface for sending
HEAD
,GET
,POST
,PUT
,PATCH
andDELETE
requests - Flexible query string and payload handling
- Uses generators to iterate over data from endpoints that use pagination
- Response cache for
HEAD
,GET
and optionallyPOST
requests[^cache] - Cookie handling and persistence
- Uses PSR-7 request, response and stream interfaces
- Implements PSR-18 (HTTP Client)
- Behaviour can be customised via stackable middleware
- Generates HTTP Archive (HAR) files for debugging and analysis
Documentation
API documentation for salient/curler
tracks the main
branch of
the toolkit's GitHub repository, where further documentation can also
be found.
[^cache]: HTTP caching headers are ignored. USE RESPONSIBLY.
All versions of curler with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
psr/http-client Version ^1
psr/http-message Version ^1.1 || ^2
salient/contracts Version self.version
salient/core Version self.version
salient/http Version self.version
salient/utils Version self.version
psr/http-client Version ^1
psr/http-message Version ^1.1 || ^2
salient/contracts Version self.version
salient/core Version self.version
salient/http Version self.version
salient/utils Version self.version
The package salient/curler contains the following files
Loading the files please wait ....