PHPackages                             xchimx/laravel-gimmeproxy - 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. xchimx/laravel-gimmeproxy

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

xchimx/laravel-gimmeproxy
=========================

Laravel package for easy integration with the GimmeProxy API. It allows you to use the GimmeProxy API in your Laravel applications to proxies.

1.0.0(1y ago)03MITPHPPHP ^8.0

Since Oct 4Pushed 1y ago1 watchersCompare

[ Source](https://github.com/xchimx/laravel-gimmeproxy)[ Packagist](https://packagist.org/packages/xchimx/laravel-gimmeproxy)[ Docs](https://www.schottstaedt.net)[ RSS](/packages/xchimx-laravel-gimmeproxy/feed)WikiDiscussions main Synced 1mo ago

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

About Laravel-Gimmeproxy
========================

[](#about-laravel-gimmeproxy)

Laravel package for easy integration with the GimmeProxy API. It allows you to use the GimmeProxy API in your Laravel applications.

- [Laravel](https://laravel.com/)
- [GimmeProxy](https://gimmeproxy.com/)
- [Schottstaedt](https://www.schottstaedt.net/)

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

[](#installation)

You can install the package via composer:

```
composer require xchimx/laravel-gimmeproxy
```

Usage
-----

[](#usage)

### Using the Facade

[](#using-the-facade)

You can use the provided GimmeProxy facade:

```
use Xchimx\GimmeProxy\Facades\GimmeProxy;

class GimmeProxyController extends Controller
{
    public function getProxy()
    {
        return GimmeProxy::getProxy([
            'amount' => 5,
            'api_key' => 'YOUR-API-KEY', //but you don't need any
            'maxCheckPeriod' => 600,
            'protocol' => 'http',
            'anonymityLevel' => 1,
            'user-agent' => true,
            'ipPort' => 'true',
        ]);
    }
}
```

Features
--------

[](#features)

- The Amount parameter is from the package itself. This controls the quantity.
- Duplicate proxies are sorted out.
- The output is stopped when no more new proxies are available.

All Parameters
--------------

[](#all-parameters)

- [Parameters](https://gimmeproxy.com/#how)

License
-------

[](#license)

This package is released under the MIT License.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

585d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e2d73ea67bfaa26a0421424b9baac10286c4f68dfae5d6d3a124be91abc565a0?d=identicon)[xchimx](/maintainers/xchimx)

---

Top Contributors

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

---

Tags

laravelproxyproxiesschottstaedt.netTobias Schottstädtlaravel-gimmeproxygimmeproxy

### Embed Badge

![Health badge](/badges/xchimx-laravel-gimmeproxy/health.svg)

```
[![Health](https://phpackages.com/badges/xchimx-laravel-gimmeproxy/health.svg)](https://phpackages.com/packages/xchimx-laravel-gimmeproxy)
```

###  Alternatives

[omniphx/forrest

A Laravel library for Salesforce

2724.4M8](/packages/omniphx-forrest)[georgeboot/laravel-echo-api-gateway

Use Laravel Echo with API Gateway Websockets

10435.5k](/packages/georgeboot-laravel-echo-api-gateway)[lomkit/laravel-rest-api

A package to build quick and robust rest api for the Laravel framework.

59152.2k](/packages/lomkit-laravel-rest-api)[sunchayn/nimbus

A Laravel package providing an in-browser API client with automatic schema generation, live validation, and built-in authentication with a touch of Laravel-tailored magic for effortless API testing.

29428.0k](/packages/sunchayn-nimbus)[muhammadhuzaifa/telescope-guzzle-watcher

Telescope Guzzle Watcher provide a custom watcher for intercepting http requests made via guzzlehttp/guzzle php library. The package uses the on\_stats request option for extracting the request/response data. The watcher intercept and log the request into the Laravel Telescope HTTP Client Watcher.

98239.8k1](/packages/muhammadhuzaifa-telescope-guzzle-watcher)[api-platform/laravel

API Platform support for Laravel

59126.4k6](/packages/api-platform-laravel)

PHPackages © 2026

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