PHPackages                             amkr/laravel-guzzle-provider - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. amkr/laravel-guzzle-provider

ActiveLibrary[HTTP &amp; Networking](/categories/http)

amkr/laravel-guzzle-provider
============================

Support classes to provide Guzzle in Laravel 5

1.0.1(9y ago)112.7k2MITPHP

Since Oct 12Pushed 9y ago1 watchersCompare

[ Source](https://github.com/danielamkaer/laravel-guzzle-provider)[ Packagist](https://packagist.org/packages/amkr/laravel-guzzle-provider)[ RSS](/packages/amkr-laravel-guzzle-provider/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

Guzzle Package for Laravel 5
============================

[](#guzzle-package-for-laravel-5)

This is a simple Laravel Service Provider and Facade to access GuzzleHttp/Client, using configuration from a config file.

Installation
------------

[](#installation)

To install the PHP client library using Composer:

```
composer require amkr/laravel-guzzle-provider

```

Then add `Amkr\Laravel\Guzzle\Providers\GuzzleServiceProvider` to the providers array in your `config/app.php`.

```
Amkr\Laravel\Guzzle\Providers\GuzzleServiceProvider::class,

```

Add the Facade to the alias array in your `app/config.php`:

```
'Guzzle' => Amkr\Laravel\Guzzle\Facades\Guzzle::class,

```

Configuration
-------------

[](#configuration)

You can use `artisan vendor:publish` to copy the distribution configuration file to your app's config directory:

```
php artisan vendor:publish

```

Adjust your configuration in `config/guzzle.php`:

```
'default' => [
    'base_uri' => 'http://localhost',
    'verify' => '/path/to/ca-chain.pem',
],

```

Usage
-----

[](#usage)

You can access GuzzleHttp\\Client through the Guzzle facade:

```
Guzzle::post('url', []);

```

Or you can specify to use a non-default configuration name by using the `client()` method:

```
Guzzle::client('my-config')->post('url', []);

```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~123 days

Total

2

Last Release

3376d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5a9896d8f9c4c9c31980f192d18dae3e12a6ec2734f3bb11b546964490503f7e?d=identicon)[danielamkaer](/maintainers/danielamkaer)

---

Top Contributors

[![danielamkaer](https://avatars.githubusercontent.com/u/5094623?v=4)](https://github.com/danielamkaer "danielamkaer (2 commits)")

### Embed Badge

![Health badge](/badges/amkr-laravel-guzzle-provider/health.svg)

```
[![Health](https://phpackages.com/badges/amkr-laravel-guzzle-provider/health.svg)](https://phpackages.com/packages/amkr-laravel-guzzle-provider)
```

###  Alternatives

[illuminate/http

The Illuminate Http package.

11936.0M5.1k](/packages/illuminate-http)[api-platform/laravel

API Platform support for Laravel

59126.4k6](/packages/api-platform-laravel)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
