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 1mo 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 10% 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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[facebook/php-business-sdk

PHP SDK for Facebook Business

90821.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

74513.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

265103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

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