PHPackages                             keerill/widgets - 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. keerill/widgets

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

keerill/widgets
===============

The Laravel widgets

1.2(7y ago)132MITPHP

Since Jan 25Pushed 7y ago1 watchersCompare

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

READMEChangelog (6)Dependencies (2)Versions (9)Used By (0)

Widgets
=======

[](#widgets)

The Laravel widgets

Dear developers! I created this package for my projects. In order to do manual updates all the time, I decided to upload this package to packagist. If you have reached this page and you need widgets for a project, then, unfortunately, there is no time for documentation. It may soon appear!

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

[](#installation)

```
composer require keerill/widgets
```

In Laravel 5.5 the service provider will automatically get registered. In older versions of the framework just add the service provider in `config/app.php` file:

```
'providers' => [
    // ...
    \Keerill\Widgets\Providers\ServiceProvider::class,
];
```

After installing the package, you need to enter a command to create base classes of widgets (Without this, widgets will NOT work)

```
php artisan vendor:publish --provider=Keerill\Widgets\Providers\ServiceProvider --tag=widgets-install
```

Config

```
php artisan vendor:publish --provider=Keerill\Widgets\Providers\ServiceProvider --tag=widgets-config
```

Views

```
php artisan vendor:publish --provider=Keerill\Widgets\Providers\ServiceProvider --tag=widgets-views
```

[Documentation](https://keerill.github.io/widgets/)
---------------------------------------------------

[](#documentation)

###  Health Score

28

—

LowBetter than 51% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity66

Established project with proven stability

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 ~11 days

Total

8

Last Release

2678d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/920047b57e71b2959cf0934a7d6e45a3a18b639a3bc297cab6e0f0ccb488d535?d=identicon)[kEERill](/maintainers/kEERill)

---

Tags

laravelbuilderlistformwidgets

### Embed Badge

![Health badge](/badges/keerill-widgets/health.svg)

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

###  Alternatives

[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17930.8k](/packages/markwalet-nova-modal-response)[dcat-plus/laravel-admin

dcat-plus admin

1494.6k10](/packages/dcat-plus-laravel-admin)[ronasit/laravel-helpers

Provided helpers function and some helper class.

2087.0k31](/packages/ronasit-laravel-helpers)[team-nifty-gmbh/tall-datatables

Server-side rendered datatables for Laravel and Livewire

1422.0k5](/packages/team-nifty-gmbh-tall-datatables)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.8k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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