PHPackages                             sebastianpozoga/webecho-php - 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. [API Development](/categories/api)
4. /
5. sebastianpozoga/webecho-php

ActiveLibrary[API Development](/categories/api)

sebastianpozoga/webecho-php
===========================

PHP client for webecho-service. Make possible use sockets by php. Create api to realtime communication.

011PHP

Since Dec 29Pushed 10y ago1 watchersCompare

[ Source](https://github.com/SebastianPozoga/webecho-php)[ Packagist](https://packagist.org/packages/sebastianpozoga/webecho-php)[ RSS](/packages/sebastianpozoga-webecho-php/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Webecho-PHP
===========

[](#webecho-php)

PHP client for webecho-service. Make possible use sockets by php. Create api to realtime communication. Use  to serve data.

\#install add to your composer.json

```
{
  //...

  "require": {
    "sebastianpozoga/webecho-php": "dev-master@dev"
  },

  //...
}

```

and install by composer install or update

```
composer install

```

Example
=======

[](#example)

Init
----

[](#init)

```
namespace Webecho;

$config = WebechoConfig([
  'host' => 'http://loclahost:8191/'
  'token' => 'your app token'
]);

$webeacho = new Webecho($config);

```

Send
----

[](#send)

```
$echo = $webeacho->echo();
$echo->setAction('action_name');
$echo->setData(array(
  'message' => 'example message',
  'other_data' => 'other data for action...',
));
$echo->send();

```

Example project (Symfony2)
--------------------------

[](#example-project-symfony2)

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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/184b48693c971f145a48a2351668c56534e2cbcf3c2cccb46a38a50def8a71ea?d=identicon)[SebastianPozoga](/maintainers/SebastianPozoga)

### Embed Badge

![Health badge](/badges/sebastianpozoga-webecho-php/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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