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(1y ago)08MITPHP

Since Jun 4Pushed 1y ago1 watchersCompare

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

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

22

—

LowBetter than 22% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

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

712d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/db5839b7e529ff60c07ebec3a1f18a08e36d203e231e2b3029466e67ee6cc0ca?d=identicon)[sazharul](/maintainers/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

[friendsofsymfony/rest-bundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony

2.8k73.3M319](/packages/friendsofsymfony-rest-bundle)[php-http/discovery

Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations

1.3k309.5M1.2k](/packages/php-http-discovery)[nyholm/psr7

A fast PHP7 implementation of PSR-7

1.3k235.4M2.4k](/packages/nyholm-psr7)[pusher/pusher-php-server

Library for interacting with the Pusher REST API

1.5k94.8M293](/packages/pusher-pusher-php-server)[spatie/crawler

Crawl all internal links found on a website

2.8k16.3M52](/packages/spatie-crawler)[react/http

Event-driven, streaming HTTP client and server implementation for ReactPHP

78126.4M414](/packages/react-http)

PHPackages © 2026

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