PHPackages                             savvyosive/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. savvyosive/handler-generator

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

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

Create Handlers for your Laravel Models

1.0.0(4y ago)04MITPHPPHP ^8.0

Since Jul 23Pushed 4y ago1 watchersCompare

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

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

Create Handlers for your Laravel Models
=======================================

[](#create-handlers-for-your-laravel-models)

[![Latest Version on Packagist](https://camo.githubusercontent.com/34960108f6776a8216856cf8a25848dec1c1acc8d9626d4d73667772254b08ac/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73617676796f736976652f68616e646c65722d67656e657261746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/savvyosive/handler-generator)[![GitHub Tests Action Status](https://camo.githubusercontent.com/f40a25f7ffd0ac261755ce7d906977ff3eabd9af943667c9996cc88aae91683d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f73617676796f736976652f68616e646c65722d67656e657261746f722f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/savvyosive/handler-generator/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/b18606c69e912e58e8f0241eacccbe4a24f9099ae9df1c6c5942e730c8a020a1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f73617676796f736976652f68616e646c65722d67656e657261746f722f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/savvyosive/handler-generator/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/cc68cc9628d4407c0883fe4544a6763c9c9a48924b4e3292ba1a2031ac0e5152/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73617676796f736976652f68616e646c65722d67656e657261746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/savvyosive/handler-generator)

A package for automatically creating handlers for your laravel model

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

[](#installation)

You can install the package via composer:

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

You can publish and run the migrations with:

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

You can publish the config file with:

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

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

```
$handler-generator = new Savvyosive\HandlerGenerator();
echo $handler-generator->echoPhrase('Hello, Spatie!');
```

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

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

1751d 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 (5 commits)")

---

Tags

laravelSavvyOsivehandler-generator

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[spatie/laravel-data

Create unified resources and data transfer objects

1.7k28.9M626](/packages/spatie-laravel-data)[spatie/laravel-livewire-wizard

Build wizards using Livewire

4061.0M4](/packages/spatie-laravel-livewire-wizard)[hirethunk/verbs

An event sourcing package that feels nice.

513162.9k6](/packages/hirethunk-verbs)[worksome/exchange

Check Exchange Rates for any currency in Laravel.

123544.7k](/packages/worksome-exchange)[ralphjsmit/livewire-urls

Get the previous and current url in Livewire.

82270.3k4](/packages/ralphjsmit-livewire-urls)[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)

PHPackages © 2026

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