PHPackages                             moura137/laravel-elephantio - 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. moura137/laravel-elephantio

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

moura137/laravel-elephantio
===========================

ElephantIO Service Provider for the Laravel PHP Framework

1.0(8y ago)107.1k↓57.4%7[2 issues](https://github.com/moura137/LaravelElephantIO/issues)[1 PRs](https://github.com/moura137/LaravelElephantIO/pulls)BSD-3-ClausePHPPHP &gt;=5.4.0CI failing

Since Jun 14Pushed 8y ago3 watchersCompare

[ Source](https://github.com/moura137/LaravelElephantIO)[ Packagist](https://packagist.org/packages/moura137/laravel-elephantio)[ Docs](https://github.com/moura137/LaravelElephantIO)[ RSS](/packages/moura137-laravel-elephantio/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (5)Versions (3)Used By (0)

Laravel Elephant IO
===================

[](#laravel-elephant-io)

[![Build Status](https://camo.githubusercontent.com/97f26b5420a08c8813eb79eba31949a8d49cc2a445f53d6eccc91cdc623489be/68747470733a2f2f7472617669732d63692e6f72672f6d6f7572613133372f4c61726176656c456c657068616e74494f2e7376673f6272616e63683d7265666163746f2d312e30)](https://travis-ci.org/moura137/LaravelElephantIO)[![Coverage Status](https://camo.githubusercontent.com/0281098c2f4fdb0f1927cb8a94629e2e5f4def560de0a1d9f0941b7162b16718/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6d6f7572613133372f4c61726176656c456c657068616e74494f2f62616467652e706e673f6272616e63683d7265666163746f2d312e30)](https://coveralls.io/r/moura137/LaravelElephantIO?branch=refacto-1.0)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/8bc89cf842595c6d35c3e1af16153d0adce64c71aebdb1730273c84cb8cadd47/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d6f7572613133372f4c61726176656c456c657068616e74494f2f6261646765732f7175616c6974792d73636f72652e706e673f623d7265666163746f2d312e30)](https://scrutinizer-ci.com/g/moura137/LaravelElephantIO/?branch=refacto-1.0)[![SensioLabsInsight](https://camo.githubusercontent.com/9f215feb3a326c6ab3159343500f16d1759f55d7b170f5003eef6b1e7dc75f4f/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f32656562613131652d353132302d346633352d623830652d3937303739386564336134332f6d696e692e706e67)](https://insight.sensiolabs.com/projects/2eeba11e-5120-4f35-b80e-970798ed3a43)

This is a service provider for the Laravel PHP Framework, it provides access to socket.io via ElephantIO.

### Installation

[](#installation)

- [API on Packagist](https://packagist.org/packages/moura137/laravel-elephantio)
- [API on GitHub](https://github.com/moura137/LaravelElephantIO)

In the `require` key of `composer.json` file add the following

```
"moura137/laravel-elephantio": "~1.0"

```

or

Require this package with composer:

```
composer require moura137/laravel-elephantio

```

In your `config/app.php` add `'Moura137\LaravelElephant\ElephantServiceProvider'` to the end of the `$providers` array

```
'providers' => [
    ...
    Moura137\LaravelElephant\ElephantServiceProvider::class,

],
```

At the end of `config/app.php` add `'Elephant' => 'Moura137\LaravelElephant\ElephantFacade'` to the `$aliases` array

```
'aliases' => array(

    ...
    'Elephant'    => Moura137\LaravelElephant\ElephantFacade::class,

),
```

### Configuration

[](#configuration)

Publish config using artisan CLI.

```
php artisan vendor:publish --provider="Moura137\LaravelElephant\ElephantServiceProvider"

```

### Usage

[](#usage)

```
Elephant::emit('eventMsg', array('foo' => 'bar'));
```

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88.9% 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 ~1250 days

Total

2

Last Release

3152d ago

Major Versions

0.1 → 1.02017-11-16

PHP version history (2 changes)0.1PHP &gt;=5.3.0

1.0PHP &gt;=5.4.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/16707d7db060ffd57d72072e04d4bae96f85b7efc0605b60364bc1cab1633ed4?d=identicon)[moura137](/maintainers/moura137)

---

Top Contributors

[![moura137](https://avatars.githubusercontent.com/u/1171111?v=4)](https://github.com/moura137 "moura137 (8 commits)")[![renato-moura-soleon](https://avatars.githubusercontent.com/u/267999688?v=4)](https://github.com/renato-moura-soleon "renato-moura-soleon (1 commits)")

---

Tags

phplaravelSocket.ioelephant.io

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/moura137-laravel-elephantio/health.svg)

```
[![Health](https://phpackages.com/badges/moura137-laravel-elephantio/health.svg)](https://phpackages.com/packages/moura137-laravel-elephantio)
```

###  Alternatives

[firefly-iii/data-importer

Firefly III Data Import Tool.

8035.8k](/packages/firefly-iii-data-importer)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)[team-nifty-gmbh/tall-datatables

Server-side rendered datatables for Laravel and Livewire

1320.9k4](/packages/team-nifty-gmbh-tall-datatables)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)[epessine/axis

Draw charts with a simple API on Laravel

267.3k](/packages/epessine-axis)

PHPackages © 2026

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