PHPackages                             gitodin/php-client - 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. gitodin/php-client

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

gitodin/php-client
==================

GitOdin PHP Package

1.0.2(7y ago)3258↓50%3MITPHPPHP &gt;=5.0.0

Since Dec 19Pushed 7y ago2 watchersCompare

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

READMEChangelog (3)DependenciesVersions (5)Used By (0)

[![](https://camo.githubusercontent.com/477ebb275208695218c3cb5fee05219cbd9a3cbd83879cb8ae7e5cb76fb1143b/68747470733a2f2f63646e2e646973636f72646170702e636f6d2f6174746163686d656e74732f3437393638373938353237333530333735372f3437393638383037313839383732363432302f4769746f64696e2e6a7067)](https://camo.githubusercontent.com/477ebb275208695218c3cb5fee05219cbd9a3cbd83879cb8ae7e5cb76fb1143b/68747470733a2f2f63646e2e646973636f72646170702e636f6d2f6174746163686d656e74732f3437393638373938353237333530333735372f3437393638383037313839383732363432302f4769746f64696e2e6a7067)

This is a package made for PHP, to interact with the GitOdin RESTful API Network Access Point to send payloads through the network to your client side in real-time!

---

Getting Started
===============

[](#getting-started)

> Installing using Composer
>
> ```
> composer require gitodin/php-client
> ```

### How to use:

[](#how-to-use)

> Load the Package using Composer
>
> ```
> require_once("../vendor/autoload.php"); // Composer Method, Loading by PSR4
> use GitOdin\GitOdin;
> ```

> Load the Package **not** using Composer (Downloaded from GitHub)
>
> ```
> require_once("../src/GitOdin_load.php"); // Manual Load, no PSR4 Autoload
> use GitOdin\GitOdin;
> ```

> This will send an Payload to a Specific channel on the specified event.
>
> ```
> $GitOdin = GitOdin::summon('*', 'Server', 'Auth Gateway');
>
> $express_response = $GitOdin->send(new Event(
>   "channelName",
>   "eventName",
>   "someData"
> ));
> echo $express_response;
> ```
>
>
>
> For more Examples check out the /examples folder.

---

Indepth Documentation
=====================

[](#indepth-documentation)

Documentation for GitOdin.com can be found at

Contributors
============

[](#contributors)

- yordaDev @
- nhalstead @

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 57.6% 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 ~117 days

Total

3

Last Release

2838d ago

PHP version history (2 changes)v1.0.0PHP &gt;=4.0.3

1.0.2PHP &gt;=5.0.0

### Community

Maintainers

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

---

Top Contributors

[![nhalstead](https://avatars.githubusercontent.com/u/5577816?v=4)](https://github.com/nhalstead "nhalstead (38 commits)")[![yordadev](https://avatars.githubusercontent.com/u/28032848?v=4)](https://github.com/yordadev "yordadev (28 commits)")

---

Tags

gitodin-phppackagephpsocketsocket-iosocketiophp clientGitOdinGitOdin PHP

### Embed Badge

![Health badge](/badges/gitodin-php-client/health.svg)

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

###  Alternatives

[prewk/xml-streamer

Stream large XML files with low memory consumption.

5247.1k](/packages/prewk-xml-streamer)

PHPackages © 2026

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