PHPackages                             enniel/wampeer - 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. [Framework](/categories/framework)
4. /
5. enniel/wampeer

AbandonedArchivedLibrary[Framework](/categories/framework)

enniel/wampeer
==============

Provide thruway library to laravel

111PHP

Since Aug 16Pushed 9y ago1 watchersCompare

[ Source](https://github.com/enniel/wampeer)[ Packagist](https://packagist.org/packages/enniel/wampeer)[ RSS](/packages/enniel-wampeer/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![Build Status](https://camo.githubusercontent.com/d3d5a12b11bf4dc8438ad92dd53707fc38a0a832bd25f97186954873269f6c22/68747470733a2f2f7472617669732d63692e6f72672f656e6e69656c2f77616d706565722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/enniel/wampeer)[![StyleCI](https://camo.githubusercontent.com/55cf395e00bce5741afb5c7834bc42e2f9ec8d582467599a911abc201fa8eac3/68747470733a2f2f7374796c6563692e696f2f7265706f732f36353030343639382f736869656c64)](https://styleci.io/repos/65004698)[![License](https://camo.githubusercontent.com/a3b5b1f3df36a41bd8e5356f6c65196fe63a074733de5f551ee517ada1af03ff/68747470733a2f2f706f7365722e707567782e6f72672f656e6e69656c2f77616d706565722f6c6963656e7365)](https://packagist.org/packages/enniel/wampeer)

Wampeer
=======

[](#wampeer)

Composer
--------

[](#composer)

To install as a Composer package to be used with Laravel 5, simply run:

```
composer require "enniel/wampeer"
```

Once it's installed, you can register the service provider in `config/app.php` in the `providers` array:

```
'providers' => [
  \Enniel\Wampeer\Providers\WampeerServiceProvider::class,
]
```

You can use the facade for shorter code. Add this to your aliases:

```
'aliases' => [
  'WampRouter' => \Enniel\Wampeer\Facades\Router::class,
]
```

Then publish assets with `php artisan vendor:publish`. This will add the file `config/wampeer.php`.

Usage
-----

[](#usage)

Set up code in the boot method at your provider

```
WampRouter::registerModules([
    // Websocket listener
    new RatchetTransportProvider(),
    // Rawsocket listener
    new RawSocketTransportProvider(),
]);
WampRouter::addInternalClient(new SimpleAuthProviderClient(["testSimpleAuthRealm", "authful_realm"]));

```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/4205ff91a30f69f387f3f31465b7ff65f389839fc2f3215cd0b1bd9ba1727a0c?d=identicon)[enniel](/maintainers/enniel)

---

Top Contributors

[![enniel](https://avatars.githubusercontent.com/u/19760944?v=4)](https://github.com/enniel "enniel (12 commits)")

### Embed Badge

![Health badge](/badges/enniel-wampeer/health.svg)

```
[![Health](https://phpackages.com/badges/enniel-wampeer/health.svg)](https://phpackages.com/packages/enniel-wampeer)
```

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M836](/packages/laravel-socialite)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M289](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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