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

ActiveLibrary

sokeio/laravel
==============

Laravel package, merge plugin, hook filter action

v1.0.1(2y ago)2394MITPHPPHP &gt;=7.4.0

Since Apr 2Pushed 2y agoCompare

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

READMEChangelog (2)DependenciesVersions (3)Used By (0)

Laravel Package Base
====================

[](#laravel-package-base)

[![Latest Version on Packagist](https://camo.githubusercontent.com/7283e6d9dce858f496b38c0165e203ddaf43d9f956e7862fd0c2efda586e9946/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736f6b65696f2f6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sokeio/laravel)[![Total Downloads](https://camo.githubusercontent.com/2da72a5490222018a483deb114a2f90b245dc19795fc0c23940fbcc55e8843e3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f736f6b65696f2f6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sokeio/laravel)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

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

[](#installation)

You can install the package via composer:

```
composer require sokeio/laravel
```

```
//
use Illuminate\Support\ServiceProvider;
use Sokeio\Laravel\ServicePackage;
use Sokeio\Laravel\Traits\WithServiceProvider;

class DemoServiceProvider extends ServiceProvider
{
    use WithServiceProvider;

    public function configurePackage(ServicePackage $package): void
    {
        /*
         * This class is a Package Service Provider
         *
         */
        $package
            ->name('demo')
            ->hasConfigFile()
            ->hasViews()
            ->hasHelpers()
            ->hasAssets()
            ->hasTranslations()
            ->runsMigrations();
    }
    public function extending()
    {
    }
    public function packageRegistered()
    {
        $this->extending();
    }
}
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Byte Asia](https://github.com/ByteAsia)
- [Sokeio](https://github.com/Sokeio)
- [Nguyen Van Hau](https://github.com/devhau)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity42

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.

###  Release Activity

Cadence

Every ~14 days

Total

2

Last Release

755d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a68bcf2ea4e75e00809ee0d55be427f118c129c5feae3d7b341bcb51d4329a51?d=identicon)[devhau](/maintainers/devhau)

---

Top Contributors

[![devhau](https://avatars.githubusercontent.com/u/50167033?v=4)](https://github.com/devhau "devhau (25 commits)")

---

Tags

laravel-package

### Embed Badge

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

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

PHPackages © 2026

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