PHPackages                             rohiri/laraguzz - 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. rohiri/laraguzz

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

rohiri/laraguzz
===============

Guzzle como proveedor de servicio para laravel

v1.2(5y ago)0507MITPHPPHP ^7.2.5|^8.0CI failing

Since Feb 15Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Rohiri/laravel-guzzle)[ Packagist](https://packagist.org/packages/rohiri/laraguzz)[ Docs](https://github.com/Rohiri/laravel-guzzle)[ RSS](/packages/rohiri-laraguzz/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (2)Dependencies (2)Versions (4)Used By (0)

LaraGuzz
========

[](#laraguzz)

[![Licencia](https://camo.githubusercontent.com/cf00a1dd0351899ea05f4faeb6a088ad1a725da929bc4f6c78d1be66942c9509/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f526f686972692f6c61726167757a7a2e737667)](https://packagist.org/packages/rohiri/laraguzz)[![Downloads](https://camo.githubusercontent.com/94a03ea4607aff4d3d035d2f3d13e719f047b453b83e7926e9b5406b12d4f47b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f526f686972692f6c61726167757a7a2e737667)](https://packagist.org/packages/rohiri/laraguzz)[![Version](https://camo.githubusercontent.com/bc6630134e8abdac6a39463e5f39ff0296e7f00da324c1a13f2367cf9a2bd11b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f526f686972692f6c61726167757a7a2e737667)](https://packagist.org/packages/rohiri/laraguzz)[![PHP](https://camo.githubusercontent.com/1e3fcf9efdd67a2faaa08069ad274efc0f7b5600c5f473c7e0e373798e7b189b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f526f686972692f6c61726167757a7a2e737667)](https://packagist.org/packages/rohiri/laraguzz)

Instalar con Composer:
----------------------

[](#instalar-con-composer)

### Guzzle ~1.0

[](#guzzle-10)

```
composer require rohiri/laraguzz
```

Registrar el proveedor de servicio.
-----------------------------------

[](#registrar-el-proveedor-de-servicio)

*/configs/app.php*

```
    ...
    'providers' => [

        /*
         * Laravel Framework Service Providers...
         */
        ...

        /*
         * Application Service Providers...
         */
        ...
        'Rohiri\Guzzle\Providers\Guzzle'
    ],
```

Activar la Fachada
------------------

[](#activar-la-fachada)

*/configs/app.php*

```
    ...
    'aliases' => [
        ...
        'Guzzle' => 'Rohiri\Guzzle\Facades\Guzzle'
    ],
```

Como Usarlo?
------------

[](#como-usarlo)

### Enviar Petición

[](#enviar-petición)

```
  $respuesta = \Guzzle::get('https://youtube.com');
```

### POST

[](#post)

```
$response = Guzzle::post(
    'https://my.app/test',
    [
        'form_params' => [
            'user' => pepito,
            'pass' => 1
        ]
    ]
);
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity70

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 ~543 days

Total

3

Last Release

1928d ago

PHP version history (2 changes)v1.0PHP &gt;=7.0

v1.1PHP ^7.2.5|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/1099979b31bca5044856fd81c74509f143ef33875ec832115336c1f6da184272?d=identicon)[ROHIRI](/maintainers/ROHIRI)

---

Top Contributors

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

---

Tags

httplaravelGuzzle

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/rohiri-laraguzz/health.svg)

```
[![Health](https://phpackages.com/badges/rohiri-laraguzz/health.svg)](https://phpackages.com/packages/rohiri-laraguzz)
```

###  Alternatives

[graham-campbell/guzzle-factory

Provides A Simple Guzzle Factory With Good Defaults

916.4M49](/packages/graham-campbell-guzzle-factory)[kozz/laravel-guzzle-provider

Guzzle 5/6 Service Provider for Laravel

621.1M2](/packages/kozz-laravel-guzzle-provider)[behamin/service-proxy

for proxy or sending requests to other services with useful utilities

102.2k](/packages/behamin-service-proxy)

PHPackages © 2026

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