PHPackages                             akincand/larasocket - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. akincand/larasocket

ActiveLibrary[HTTP &amp; Networking](/categories/http)

akincand/larasocket
===================

Socket connection for Laravel

v0.1.0(2y ago)122MITPHP

Since Jan 23Pushed 2y ago1 watchersCompare

[ Source](https://github.com/AkincanD/larasocket)[ Packagist](https://packagist.org/packages/akincand/larasocket)[ RSS](/packages/akincand-larasocket/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

LaraSocket
----------

[](#larasocket)

Simple socket application for Laravel

Installation
------------

[](#installation)

Install the package through [Composer](http://getcomposer.org/).

Run the Composer require command from the Terminal:

```
composer require akincand/larasocket

```

If you're using Laravel 5.5, this is all there is to do.

Should you still be on version 5.4 of Laravel, the final steps for you are to add the service provider of the package and alias the package. To do this open your `config/app.php` file.

Add a new line to the `providers` array:

```
AkincanD\LaraSocket\PackageServiceProvider::class

```

And optionally add a new line to the `aliases` array:

```
'LaraSocket' => AkincanD\LaraSocket\Facades\LaraSocket::class,

```

Now you're ready to start using the larasocket in your application.

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

845d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/585dbf663e671bc237ef7144dd24c9cb49f2e2d7794f99a87cde4c74504d87d9?d=identicon)[AkincanD](/maintainers/AkincanD)

---

Top Contributors

[![AkincanD](https://avatars.githubusercontent.com/u/10710339?v=4)](https://github.com/AkincanD "AkincanD (18 commits)")

---

Tags

laravelSocketSocket.iosocket.io-client

### Embed Badge

![Health badge](/badges/akincand-larasocket/health.svg)

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

###  Alternatives

[denis660/laravel-centrifugo

Centrifugo broadcaster for laravel

113164.7k](/packages/denis660-laravel-centrifugo)[opekunov/laravel-centrifugo-broadcaster

Centrifugo broadcaster for Laravel 8.75-11.x and Centrifugo &gt;= 5.0

49461.3k](/packages/opekunov-laravel-centrifugo-broadcaster)[palanik/lumen-cors

Cross-origin resource sharing (CORS) middleware for Lumen micro-framework.

101237.4k](/packages/palanik-lumen-cors)[api-platform/laravel

API Platform support for Laravel

59126.4k6](/packages/api-platform-laravel)[sockeon/sockeon

Framework-agnostic PHP WebSocket and HTTP server library with attribute-based routing and support for namespaces and rooms.

291.3k2](/packages/sockeon-sockeon)[behamin/service-proxy

for proxy or sending requests to other services with useful utilities

102.2k](/packages/behamin-service-proxy)

PHPackages © 2026

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