PHPackages                             fznoviar/suitgenerator - 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. [Framework](/categories/framework)
4. /
5. fznoviar/suitgenerator

ActiveLibrary[Framework](/categories/framework)

fznoviar/suitgenerator
======================

Generator for Laravel SuitCMS

011PHP

Since Feb 16Pushed 9y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

suitgenerator
=============

[](#suitgenerator)

Model, Controller, View Generator from migration for SuitCMS, still alpha version

- [Installation](#installation)
- [Use](#use)

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

[](#installation)

First, you'll need to install the package via Composer:

```
$ composer require fznoviar/suitgenerator
```

Then, update `config/app.php` by adding an entry for the service provider.

```
'providers' => [
    // ...
    Fznoviar\SuitGenerator\SuitGeneratorServiceProvider::class,
];
```

Use
---

[](#use)

For generate model from a table,

```
php artisan suit:model --table=posts
```

For generate controller from 2 tables,

```
php artisan suit:controller --table=posts,gallery_categories
```

For generate view from all tables,

```
php artisan suit:view --all
```

For generate whole mvc from a table,

```
php artisan suit:module --table=posts
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6987273?v=4)[fznoviar](/maintainers/fznoviar)[@fznoviar](https://github.com/fznoviar)

---

Top Contributors

[![fznoviar](https://avatars.githubusercontent.com/u/6987273?v=4)](https://github.com/fznoviar "fznoviar (13 commits)")

### Embed Badge

![Health badge](/badges/fznoviar-suitgenerator/health.svg)

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

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M841](/packages/laravel-socialite)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M289](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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