PHPackages                             jtelesforoantonio/laravel-guzzle-api - 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. jtelesforoantonio/laravel-guzzle-api

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

jtelesforoantonio/laravel-guzzle-api
====================================

Integration of guzzle http client in laravel for API requests

v1.0.0(6y ago)08MITPHPPHP &gt;=7.0

Since Oct 21Pushed 6y ago1 watchersCompare

[ Source](https://github.com/jtelesforoantonio/laravel-guzzle-api)[ Packagist](https://packagist.org/packages/jtelesforoantonio/laravel-guzzle-api)[ RSS](/packages/jtelesforoantonio-laravel-guzzle-api/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (3)Versions (3)Used By (0)

Laravel Guzzle API
------------------

[](#laravel-guzzle-api)

[![Total Downloads](https://camo.githubusercontent.com/74f22f49686769062573cdbcf474a58c065ee29b652e5d3601b688950295a457/68747470733a2f2f706f7365722e707567782e6f72672f6a74656c6573666f726f616e746f6e696f2f6c61726176656c2d67757a7a6c652d6170692f646f776e6c6f616473)](https://packagist.org/packages/jtelesforoantonio/laravel-guzzle-api)[![License](https://camo.githubusercontent.com/16e59fdca40806168343f800d9c0be9a3279d1280e1d044bcd4a1c5f1026829b/68747470733a2f2f706f7365722e707567782e6f72672f6a74656c6573666f726f616e746f6e696f2f6c61726176656c2d67757a7a6c652d6170692f6c6963656e7365)](https://packagist.org/packages/jtelesforoantonio/laravel-guzzle-api)

This package provides a quickly integration of [Guzzle](https://github.com/guzzle/guzzle) and [Guzzle Services](https://github.com/guzzle/guzzle-services)with Laravel to consuming web services.

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

[](#installation)

Install the package with Composer.

```
composer require jtelesforoantonio/laravel-guzzle-api
```

Laravel 5.5+ uses Package Auto Discovery and you don't need to add the Service Provider manually.

Usage
-----

[](#usage)

Once installed you need to run the following command to publish the config file this file is the core to create the client and to integrate with web services.

```
php artisan vendor:publish --tag=laravel-guzzle-api-config
```

To call yours requests use the Facade.

```
use JTelesforoAntonio\LaravelGuzzleApi\Api;

$response = Api::myRequest();
```

Or using the helper function.

```
$response = api()->myRequest();
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

2396d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0b82134cf77b70e8f84035c087b1091e98e86cc4ba0c6f5ca9fbd7759701b279?d=identicon)[jtelesforoantonio](/maintainers/jtelesforoantonio)

---

Top Contributors

[![jtelesforoantonio](https://avatars.githubusercontent.com/u/17346783?v=4)](https://github.com/jtelesforoantonio "jtelesforoantonio (1 commits)")

---

Tags

guzzlelaravellaravel-apilaravel-frameworklaravel-guzzlelaravel-packageapilaravelhttp clientGuzzleRESTful APIweb services

### Embed Badge

![Health badge](/badges/jtelesforoantonio-laravel-guzzle-api/health.svg)

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

###  Alternatives

[onlime/laravel-http-client-global-logger

A global logger for the Laravel HTTP Client

1935.1k](/packages/onlime-laravel-http-client-global-logger)[e-moe/guzzle6-bundle

Integrates Guzzle 6 into your Symfony application

11259.2k](/packages/e-moe-guzzle6-bundle)

PHPackages © 2026

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