apimatic/unirest-php
Lightweight PHP HTTP client for making REST calls with minimal setup. Includes support for common verbs, headers, query params, JSON bodies, timeouts, and basic response handling. Useful for quick API integrations and scripts.
This release brings in the following major changes:
HttpConfigurationsThere were multiple methods within Unirest which had no need of being instance based, hence reverting them to be static.
Makes Unirest object oriented.
Now unirest-php will continue to persist http-connection
This release brings following changes:
This release fixes a minor bug in the library
Changes in this release:
httpMethods whitelist.OverrideRetry added to let users choose whether to override retries for next request.Now Retries can be configured for next request using these calls:
Unirest\Request::overrideRetryForNextRequest(OverrideRetry::ENABLE_RETRY)Unirest\Request::overrideRetryForNextRequest(OverrideRetry::DISABLE_RETRY)Unirest\Request::overrideRetryForNextRequest(OverrideRetry::USE_GLOBAL_SETTINGS)Changes in this release:
The version 2.* is meant to be fork of mashape/unirest-php for maintainence purposes.
Changes in this release:
How can I help you explore Laravel packages today?