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

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

edsonalvesan/laravel-elephantio
===============================

ElephantIO Service Provider for the Laravel PHP Framework

v1.1(5y ago)0153BSD-3-ClausePHPPHP &gt;=5.4.0

Since Jun 14Pushed 5y agoCompare

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

READMEChangelog (2)Dependencies (5)Versions (4)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/edsonalvesan/laravel-elephantio)
- [API on GitHub](https://github.com/edsonalvesan/LaravelElephantIO)

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

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

```

or

Require this package with composer:

```
composer require edsonalvesan/laravel-elephantio

```

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

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

],
```

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

```
'aliases' => array(

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

),
```

### Configuration

[](#configuration)

Publish config using artisan CLI.

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

```

### Usage

[](#usage)

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

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 57.1% 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 ~1149 days

Total

3

Last Release

2050d ago

Major Versions

0.1 → v1.02020-09-29

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

v1.0PHP &gt;=5.4.0

### Community

Maintainers

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

---

Top Contributors

[![moura137](https://avatars.githubusercontent.com/u/1171111?v=4)](https://github.com/moura137 "moura137 (8 commits)")[![edsonalvesan](https://avatars.githubusercontent.com/u/6811455?v=4)](https://github.com/edsonalvesan "edsonalvesan (5 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/edsonalvesan-laravel-elephantio/health.svg)

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

###  Alternatives

[gehrisandro/tailwind-merge-laravel

TailwindMerge for Laravel merges multiple Tailwind CSS classes by automatically resolving conflicts between them

341682.2k18](/packages/gehrisandro-tailwind-merge-laravel)[moura137/laravel-elephantio

ElephantIO Service Provider for the Laravel PHP Framework

107.0k](/packages/moura137-laravel-elephantio)[iteks/laravel-enum

A comprehensive Laravel package providing enhanced enum functionalities, including attribute handling, select array conversions, and fluent facade interactions for robust enum management in Laravel applications.

2516.7k](/packages/iteks-laravel-enum)[salmanzafar/laravel-geocode

A Laravel Library to find Lat and Long of a given Specific Address

153.9k](/packages/salmanzafar-laravel-geocode)

PHPackages © 2026

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