PHPackages                             teranode/wn-application-core-plugin - 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. teranode/wn-application-core-plugin

ActiveWinter-plugin[Framework](/categories/framework)

teranode/wn-application-core-plugin
===================================

Laravel class loader plugin for Winter CMS

3170↓94.7%1PHP

Since May 14Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Denoder/wn-application-core-plugin)[ Packagist](https://packagist.org/packages/teranode/wn-application-core-plugin)[ RSS](/packages/teranode-wn-application-core-plugin/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

wn-application-core-plugin
==========================

[](#wn-application-core-plugin)

This is an attempt to replace  without the need to manually change files in your winter installation. It retains the same classes and aliases used in the application foundation as the auth bridge. The need for the Kernel file has been removed because you can always push your middleware via the boot function.

You can override the default bindings by re-registering the binding in your Plugin.php file

```
$this->app->singleton('application.core.loader', function ($app) {
    $bindings = new \Application\Core\Classes\Bindings($app, [
        'redis.connection' => [\Illuminate\Redis\Connections\Connection::class, \Illuminate\Contracts\Redis\Connection::class],
    ]);

    $bindings->registerBindings();
});
```

The first parameter is the application instance, the second parameter is an array of singletons you want to register, and the 3rd parameter is an array of instances you want to register.

###  Health Score

16

—

LowBetter than 4% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity19

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/67ed5dfdcb2f1b402dc827ae9b47c427f798f9be57b5e5efbf058c75e944e3e1?d=identicon)[Teranode](/maintainers/Teranode)

---

Top Contributors

[![Denoder](https://avatars.githubusercontent.com/u/1527149?v=4)](https://github.com/Denoder "Denoder (5 commits)")

### Embed Badge

![Health badge](/badges/teranode-wn-application-core-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/teranode-wn-application-core-plugin/health.svg)](https://phpackages.com/packages/teranode-wn-application-core-plugin)
```

###  Alternatives

[laravel/dusk

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

1.9k39.6M299](/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)
