PHPackages                             reportei/laraground - 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. reportei/laraground

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

reportei/laraground
===================

Laravel components playground

05JavaScript

Since Aug 16Pushed 5y ago1 watchersCompare

[ Source](https://github.com/reportei/laraground)[ Packagist](https://packagist.org/packages/reportei/laraground)[ RSS](/packages/reportei-laraground/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Just add config in View Component Class

```
class Button extends Component
{
    ...
    protected $lgDesc = 'Form/Button';
    protected $lgView = 'components.form.button';

    ...
    public static function laraground()
    {
        return [
            'attributes' => [
                'label' => 'Button',
                'type' => 'button',
                'color' => 'primary',
                'size' => 'md',
            ],
            'slots' => [
                'slot' => 'label' // targint label attribute for control binds
            ],
            'model' => '' // wire:model when is input, select or textarea
                          // see https://laravel-livewire.com/docs/data-binding/
        ];
    }
}

```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity33

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/335e2c0d0930d44ee4c5e285a5dbfa494cb2bb55c0e8547e37324e964e0d3f5a?d=identicon)[fontenele](/maintainers/fontenele)

---

Top Contributors

[![fontenele](https://avatars.githubusercontent.com/u/906710?v=4)](https://github.com/fontenele "fontenele (2 commits)")

### Embed Badge

![Health badge](/badges/reportei-laraground/health.svg)

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

###  Alternatives

[maantje/charts

SVG Charts in PHP

332120.0k2](/packages/maantje-charts)[web64/laravel-nlp

Laravel package for accessing NLP tools

5711.7k](/packages/web64-laravel-nlp)[lucapuddu/php-provably-fair

PhpProvablyFair is a library that generates and verifies provably fair games.

155.5k](/packages/lucapuddu-php-provably-fair)

PHPackages © 2026

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