PHPackages                             eggbe/client-bridge - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. eggbe/client-bridge

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

eggbe/client-bridge
===================

Client part of the client-server communications library.

188PHP

Since Feb 23Pushed 6y ago1 watchersCompare

[ Source](https://github.com/eggbe/client-bridge)[ Packagist](https://packagist.org/packages/eggbe/client-bridge)[ RSS](/packages/eggbe-client-bridge/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Introduction
------------

[](#introduction)

This is the client part of the lightweight and high-performance library that implements client-to-server and server-to-server communications.

Requirements
------------

[](#requirements)

- PHP &gt;= 7.0.0
- [Able/Helpers](https://github.com/eggbe/helpers)
- [Able/Reglib](https://github.com/phpable/reglib)

Install
-------

[](#install)

Here's a pretty simple way to start using Eggbe/ClientBridge:

Step 1: Use [Composer](http://getcomposer.org) to add Eggbe/ClientBridge in your project:

```
composer require eggbe/client-bridge
```

Step 2: Create and configure an instance anywhere in your code:

```
$Bridge = new \Eggbe\ClientBridge\Bridge([
	'url' => 'server-url',
	'method' => \Eggbe\ClientBridge\Bridge::RM_POST,
]);
```

The `method` option be be one of two possible values: Get or Post. By default it set in Get. Other request methods currently are not allowed here.

Usage
-----

[](#usage)

You have to use the following method to create request with custom parameters and send it:

```
$Bridge->with('custom-parameter-name', 'custom-parameter-value')->send();
```

Also you could use a more smart syntax if you like it. The following code is identical to the previous:

```
$Bridge->withCustomParameterName('custom-parameter-value')->send();
```

Unfortunately in now this library is only support the HTTP/HTTPS protocols but we have plans to extend this part of the functionality. We will keep you in touch!

License
-------

[](#license)

This package is released under the [MIT license](https://github.com/eggbe/client-bridge/blob/master/LICENSE).

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

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.

### Community

Maintainers

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

### Embed Badge

![Health badge](/badges/eggbe-client-bridge/health.svg)

```
[![Health](https://phpackages.com/badges/eggbe-client-bridge/health.svg)](https://phpackages.com/packages/eggbe-client-bridge)
```

PHPackages © 2026

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