PHPackages                             humweb/thingamabob - 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. humweb/thingamabob

ActiveLibrary

humweb/thingamabob
==================

This is my package thingamabob

0.4(1y ago)04.6k↓79.4%[3 PRs](https://github.com/humweb/thingamabob/pulls)MITPHPPHP ^8.1CI passing

Since Nov 21Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/humweb/thingamabob)[ Packagist](https://packagist.org/packages/humweb/thingamabob)[ Docs](https://github.com/humweb/thingamabob)[ RSS](/packages/humweb-thingamabob/feed)WikiDiscussions main Synced today

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

Thingamabob Widget Manager
==========================

[](#thingamabob-widget-manager)

[![run-tests](https://github.com/humweb/thingamabob/actions/workflows/run-tests.yml/badge.svg)](https://github.com/humweb/thingamabob/actions/workflows/run-tests.yml)[![PHPStan](https://github.com/humweb/thingamabob/actions/workflows/phpstan.yml/badge.svg)](https://github.com/humweb/thingamabob/actions/workflows/phpstan.yml)[![Check & fix styling](https://github.com/humweb/thingamabob/actions/workflows/php-cs-fixer.yml/badge.svg)](https://github.com/humweb/thingamabob/actions/workflows/php-cs-fixer.yml)

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

[](#installation)

You can install the package via composer:

```
composer require humweb/thingamabob
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="thingamabob-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="thingamabob-config"
```

This is the contents of the published config file:

```
return [
    'route' => '/api/widgets',
    'middleware' => [],
    'assets_path' => resource_path('js/widgets/'),
];
```

Usage
-----

[](#usage)

#### Register new widget

[](#register-new-widget)

```
Widgets::resgister('stats', new StatsWiget());
```

#### Writing a widget

[](#writing-a-widget)

```
class UserWidget extends AbstractWidget implements Widget
{
    public string $title = 'Users';
    public string $component = 'UserWidget';

    public function data(Request $request): Collection
    {
       return User::take(5)->get();
    }
}
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

Please see [CONTRIBUTING](https://github.com/spatie/.github/blob/main/CONTRIBUTING.md) for details.

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

- [ryun](https://github.com/humweb)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance47

Moderate activity, may be stable

Popularity21

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 51.7% 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 ~622 days

Total

2

Last Release

474d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8b536bae26e43306745d195a34b8dff510bc05419cdc3503f96c5cb3fd4e7239?d=identicon)[ryun](/maintainers/ryun)

---

Top Contributors

[![ryun](https://avatars.githubusercontent.com/u/227672?v=4)](https://github.com/ryun "ryun (15 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (7 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (7 commits)")

---

Tags

laravelhumwebthingamabob

###  Code Quality

TestsPest

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/humweb-thingamabob/health.svg)

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

###  Alternatives

[spatie/laravel-permission

Permission handling for Laravel 12 and up

12.9k102.4M1.4k](/packages/spatie-laravel-permission)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.1k11.2M100](/packages/dedoc-scramble)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.6k3](/packages/defstudio-telegraph)[spatie/laravel-passkeys

Use passkeys in your Laravel app

471890.7k39](/packages/spatie-laravel-passkeys)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)

PHPackages © 2026

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