PHPackages                             savvyosive/laravel-handler-generator - 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. savvyosive/laravel-handler-generator

ActiveLibrary

savvyosive/laravel-handler-generator
====================================

This is my package HandlerGenerator

1.0.0(4y ago)111MITPHPPHP ^8.0

Since Jul 17Pushed 4y ago1 watchersCompare

[ Source](https://github.com/SavvyOsive/laravel-handler-generator)[ Packagist](https://packagist.org/packages/savvyosive/laravel-handler-generator)[ Docs](https://github.com/savvyosive/laravel-handler-generator)[ GitHub Sponsors](https://github.com/SavvyOsive)[ RSS](/packages/savvyosive-laravel-handler-generator/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (8)Versions (3)Used By (0)

This is my package HandlerGenerator
===================================

[](#this-is-my-package-handlergenerator)

[![Latest Version on Packagist](https://camo.githubusercontent.com/bf54d588702594a2544938852787278b77661d1c26ba124246ab200861be2b6e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73617676796f736976652f6c61726176656c2d68616e646c65722d67656e657261746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/savvyosive/laravel-handler-generator)[![GitHub Tests Action Status](https://camo.githubusercontent.com/49b4ec1a8f39341221a1b9c4b0da3155f4fc3b48a86ea16408dcf62ed7c190f5/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f73617676796f736976652f6c61726176656c2d68616e646c65722d67656e657261746f722f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/savvyosive/laravel-handler-generator/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/226f3949ce6d637afc27604431a2f44aaf98309eea9431b2aefe2590b9445c52/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f73617676796f736976652f6c61726176656c2d68616e646c65722d67656e657261746f722f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/savvyosive/laravel-handler-generator/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/5f53ad233c06bc34c8a58aed2b52317a4096d8b0bca83bffb54e9aa0c52c8d44/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73617676796f736976652f6c61726176656c2d68616e646c65722d67656e657261746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/savvyosive/laravel-handler-generator)

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

[](#installation)

You can install the package via composer:

```
composer require savvyosive/laravel-handler-generator
```

You can publish and run the migrations with:

```
php artisan vendor:publish --provider="Savvyosive\HandlerGenerator\HandlerGeneratorServiceProvider" --tag="laravel-handler-generator-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --provider="Savvyosive\HandlerGenerator\HandlerGeneratorServiceProvider" --tag="laravel-handler-generator-config"
```

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

```
use Savvyosive\HandlerGenerator\HandlerGenerator;

$handlerGenerator = new HandlerGenerator();
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

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

License
-------

[](#license)

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

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

Unknown

Total

1

Last Release

1757d ago

### Community

Maintainers

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

---

Top Contributors

[![SavvyOsive](https://avatars.githubusercontent.com/u/64489116?v=4)](https://github.com/SavvyOsive "SavvyOsive (22 commits)")

---

Tags

laravelsingletonlaravelSavvyOsivelaravel-handler-generator

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/savvyosive-laravel-handler-generator/health.svg)

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

###  Alternatives

[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[spatie/laravel-prometheus

Export Laravel metrics to Prometheus

2651.3M6](/packages/spatie-laravel-prometheus)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)[scalar/laravel

Render your OpenAPI-based API reference

6183.9k2](/packages/scalar-laravel)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[musahmusah/laravel-multipayment-gateways

A Laravel Package that makes implementation of multiple payment Gateways endpoints and webhooks seamless

852.2k1](/packages/musahmusah-laravel-multipayment-gateways)

PHPackages © 2026

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