PHPackages                             sazharul/iproxy - 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. sazharul/iproxy

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

sazharul/iproxy
===============

A Laravel package to easily configure and manage proxy servers, supporting HTTP, HTTPS, SOCKS4, and SOCKS5 proxies with authentication, logging, and customizable routing rules.

v1.0.0(2y ago)18MITPHP

Since Jun 4Pushed 2y ago1 watchersCompare

[ Source](https://github.com/sazharul/iproxy)[ Packagist](https://packagist.org/packages/sazharul/iproxy)[ RSS](/packages/sazharul-iproxy/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

Laravel IProxy Package
======================

[](#laravel-iproxy-package)

The Laravel IProxy package provides a convenient way to interact with the iProxy API for managing proxy configurations in Laravel applications.

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

[](#installation)

You can install the package via Composer:

```
composer require sazharul/iproxy
```

Publish the package configuration file using Artisan:

```
php artisan vendor:publish --provider="Sazharul\Iproxy\IproxyServiceProvider"
```

Usage
-----

[](#usage)

```
use Sazharul\Iproxy\Facades\Iproxy;

// Get the list of connections
$connections = Iproxy::getConnectionList();

// Get proxies for a specific connection
$proxies = Iproxy::getProxiesByConnectionId($connectionId);

// Create a new proxy
$newProxy = Iproxy::createProxy($connectionId);

// Delete a proxy
$deleteResponse = Iproxy::deleteProxy($connectionId, $proxyId);

// Update a proxy
$updateResponse = Iproxy::updateProxy($connectionId, $proxyId, $data);

// Change the password of a proxy
$passwordChangeResponse = Iproxy::changeProxyPassword($connectionId, $proxyId, $newPassword);

// Change the login of a proxy
$loginChangeResponse = Iproxy::changeProxyLogin($connectionId, $proxyId, $newLogin);
```

Make sure to replace `Sazharul` with your package vendor name and `Iproxy` with your package name.

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

[](#configuration)

You need to set your iProxy API key in the `config/iproxy.php` file.

```
return [
    'api_key' => env('IPROXY_KEY'),
];
```

License
-------

[](#license)

The Laravel IProxy package is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

```

Feel free to modify this documentation as needed, adding more details, examples, or instructions specific to your package.

```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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

758d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/113032991?v=4)[MD. Azharul Islam](/maintainers/sazharul)[@sazharul](https://github.com/sazharul)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/sazharul-iproxy/health.svg)

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

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25126.1M82](/packages/php-http-cache-plugin)[illuminate/http

The Illuminate Http package.

11937.9M6.9k](/packages/illuminate-http)[rdkafka/rdkafka

A PHP extension for Kafka

2.2k24.3k1](/packages/rdkafka-rdkafka)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

87965.9k114](/packages/httpsoft-http-message)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.4M90](/packages/mezzio-mezzio-router)[serpapi/google-search-results-php

Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com

69127.2k](/packages/serpapi-google-search-results-php)

PHPackages © 2026

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