PHPackages                             hanzo-alpha/filament-resources-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. hanzo-alpha/filament-resources-generator

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

hanzo-alpha/filament-resources-generator
========================================

Generate Filament Model and Resource Dynamically

00[1 PRs](https://github.com/hanzo-alpha/filament-resources-generator/pulls)PHP

Since Jun 9Pushed 1y ago1 watchersCompare

[ Source](https://github.com/hanzo-alpha/filament-resources-generator)[ Packagist](https://packagist.org/packages/hanzo-alpha/filament-resources-generator)[ RSS](/packages/hanzo-alpha-filament-resources-generator/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Generate Filament Model and Resource Dynamically
================================================

[](#generate-filament-model-and-resource-dynamically)

[![Latest Version on Packagist](https://camo.githubusercontent.com/7224ac0809c52fff79e515cc8d9dea6a710d31dfb1b4326eb583cc08d946acb0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f68616e7a6f2d616c7068612f66696c616d656e742d7265736f75726365732d67656e657261746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/hanzo-alpha/filament-resources-generator)[![GitHub Tests Action Status](https://camo.githubusercontent.com/2b9b31598419cc2bef03d0682d452bd42cc813ed0a9536c7430a40acaa541f57/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f68616e7a6f2d616c7068612f66696c616d656e742d7265736f75726365732d67656e657261746f722f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/hanzo-alpha/filament-resources-generator/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/2247101b6c4d90e03672b4068d63e5a4e358fe55bbf358beac63b11ed2f55fbe/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f68616e7a6f2d616c7068612f66696c616d656e742d7265736f75726365732d67656e657261746f722f6669782d7068702d636f64652d7374796c696e672e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/hanzo-alpha/filament-resources-generator/actions?query=workflow%3A%22Fix+PHP+code+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/8874aaf7b2df9a30fb66a2b0553f628a4f1ec72478e9dde9a3a16ecc8648e4c5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f68616e7a6f2d616c7068612f66696c616d656e742d7265736f75726365732d67656e657261746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/hanzo-alpha/filament-resources-generator)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

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

[](#installation)

You can install the package via composer:

```
composer require hanzoalpha/filament-resources-generator
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="filament-resources-generator-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="filament-resources-generator-config"
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="filament-resources-generator-views"
```

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

```
$filamentResourcesGenerator = new HanzoAlpha\FilamentResourcesGenerator();
echo $filamentResourcesGenerator->echoPhrase('Hello, HanzoAlpha!');
```

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)

- [Hanzo Alpha](https://github.com/hanzo-alpha)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity20

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/21241d7ba696f52ec21862017e0a9ab01bedf242464e8dec345bae12961d66b7?d=identicon)[hanzoalpha](/maintainers/hanzoalpha)

---

Top Contributors

[![hanzo-alpha](https://avatars.githubusercontent.com/u/111342797?v=4)](https://github.com/hanzo-alpha "hanzo-alpha (5 commits)")

### Embed Badge

![Health badge](/badges/hanzo-alpha-filament-resources-generator/health.svg)

```
[![Health](https://phpackages.com/badges/hanzo-alpha-filament-resources-generator/health.svg)](https://phpackages.com/packages/hanzo-alpha-filament-resources-generator)
```

PHPackages © 2026

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