unirest-php

Unirest in PHP: Simplified, lightweight HTTP library.

OTHER License

Downloads
2.4M
Stars
19
Committers
34

Bot releases are hidden (Show)

unirest-php - Introduction of Core Libraries

Published by asadali214 about 2 years ago

This release brings in the following major changes:

  • The minimum supported PHP version is now 7.2
  • New HttpClient implementation
  • New way set Configurations through HttpConfigurations
  • Improved linting and resolved code analyzer issues
unirest-php - Revert multiple pure methods to static

Published by Mohammad-Haris about 2 years ago

There were multiple methods within Unirest which had no need of being instance based, hence reverting them to be static.

unirest-php - Remove static entities.

Published by Mohammad-Haris over 2 years ago

Makes Unirest object oriented.

unirest-php - Enable persistent HTTP connections

Published by Mohammad-Haris over 2 years ago

Now unirest-php will continue to persist http-connection

unirest-php - Url pre-processing added for queryUrls

Published by asadali214 over 2 years ago

This release brings following changes:

  • Added url pre-processing
  • Removed repeated encoding from library
unirest-php - Bug fixes

Published by asadali214 over 2 years ago

This release fixes a minor bug in the library

unirest-php - Overridable retries configurations per request

Published by asadali214 over 2 years ago

Changes in this release:

  • Support added to enable or disable retries and backoff for each request that will ignore global httpMethods whitelist.
  • Interface OverrideRetry added to let users choose whether to override retries for next request.

Now Retries can be configured for next request using these calls:

  1. Unirest\Request::overrideRetryForNextRequest(OverrideRetry::ENABLE_RETRY)
  2. Unirest\Request::overrideRetryForNextRequest(OverrideRetry::DISABLE_RETRY)
  3. Unirest\Request::overrideRetryForNextRequest(OverrideRetry::USE_GLOBAL_SETTINGS)
unirest-php - Retries and Backoff

Published by asadali214 almost 3 years ago

Changes in this release:

  • Support added for retries and backoff.
unirest-php - A new fork of mashape/unirest-php

Published by developer-apimatic over 4 years ago

The version 2.* is meant to be fork of mashape/unirest-php for maintainence purposes.

Changes in this release:

  • Supported PHP versions are now 5.6 to 7.4.
  • PHPUnit version was updated and is now multi-targetted (5, 6, 7).
  • Travis config updated to test against supported PHP versions.
  • Fixes errors when running with 7.4 due to array offset access on integer value.
unirest-php -

Published by thehappybug about 8 years ago

Package Rankings
Top 2.22% on Packagist.org
Badges
Extracted from project README
version Downloads Tests License
Related Projects