Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Unirest Php Laravel Package

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.

View on GitHub
Deep Wiki
Context7
4.0.7

4.0.7 (2025-06-17)

Bug Fixes

  • curl: handle non-string response from curl_exec (#60) (bdfd5f2)
  • post-request: handle empty body (#61) (40556f7)
4.0.6

4.0.6 (2025-04-22)

Features

  • php-unirest: added proxy server configuration (#56) (df38c93)

Documentation

  • adds contributing guide and issue templates (#55) (0cad0ea)

Continuous Integration

  • add bug reporting template (#48) (9eb488a)
  • add pr review template (#46) (2e6a0e7)
  • release-workflow: updates release workflow (#49) (0bf6081)
  • add release notification (#52) (c2c56f8)
  • merge release notification action (#53) (dfead23)
  • dependabot: update the configurations for dependabot alerts (#54) (206b24c)
4.0.5

4.0.5 (2023-04-25)

Reverts

  • multipart-form-params: individual headers for multipart form params #44 (e167540)
4.0.4

4.0.4 (2023-04-18)

Bug Fixes

  • multipart-form-params: individual headers for multipart form params (#43) (bb27911)
4.0.3

4.0.3 (2023-04-04)

Build Systems

  • extend-php-support: extended PHP versions support to 8.x (#41) (119c435)
4.0.2

4.0.2 (2023-02-16)

Continuous Integration

  • security-enhancement: setup dependency review (#40) (81eacc4)
4.0.1

4.0.1 (2023-02-02)

Bug Fixes

  • invalid-content-type: default content-type for null request body (#38) (112b179), closes #37

Continuous Integration

  • release-gh-action: added release action to deploy to production (#33) (e721709)
4.0.0

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
3.0.1

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

3.0.0

Makes Unirest object oriented.

2.3.0

Now unirest-php will continue to persist http-connection

2.2.2

This release brings following changes:

  • Added url pre-processing
  • Removed repeated encoding from library
2.2.1

This release fixes a minor bug in the library

2.2.0

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)
2.1.0

Changes in this release:

  • Support added for retries and backoff.
2.0.0

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.
1.3.1
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
enqueue/dsn
bunny/bunny
enqueue/test
enqueue/null
enqueue/amqp-tools
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport
twbs/bootstrap4