PHPackages                             kun391/laravel-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. [API Development](/categories/api)
4. /
5. kun391/laravel-generator

ActiveLibrary[API Development](/categories/api)

kun391/laravel-generator
========================

The package use to generate a module with JSONAPI spec

27

Since Jun 7Compare

[ Source](https://github.com/kun391/laravel-generator)[ Packagist](https://packagist.org/packages/kun391/laravel-generator)[ RSS](/packages/kun391-laravel-generator/feed)WikiDiscussions Synced 2w ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Laravel Generator
=================

[](#laravel-generator)

[![Build Status](https://camo.githubusercontent.com/ffca78a35142ea7a998bf82784d6a1d72f14d63218efa04a2a2cfd026de81a3d/68747470733a2f2f7472617669732d63692e6f72672f6b756e3339312f6c61726176656c2d67656e657261746f722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/kun391/laravel-generator)[![Latest Stable Version](https://camo.githubusercontent.com/d0e5db5a14afbd5cba707ee12faa0092936ca683b349cfc3a44d2fe40048c281/68747470733a2f2f706f7365722e707567782e6f72672f6b756e3339312f6c61726176656c2d67656e657261746f722f762f737461626c65)](https://packagist.org/packages/kun391/laravel-generator)[![Total Downloads](https://camo.githubusercontent.com/07b10113e5d43c4bc1e823880e55f34531bae3f1105acfbee5c0c5760626b44d/68747470733a2f2f706f7365722e707567782e6f72672f6b756e3339312f6c61726176656c2d67656e657261746f722f646f776e6c6f616473)](https://packagist.org/packages/kun391/laravel-generator)[![Monthly Downloads](https://camo.githubusercontent.com/5d366694c9ea0a84883880b526bb51ed29db77c688ae41d6c7b91d3a0ae1fa28/68747470733a2f2f706f7365722e707567782e6f72672f6b756e3339312f6c61726176656c2d67656e657261746f722f642f6d6f6e74686c79)](https://packagist.org/packages/kun391/laravel-generator)[![Daily Downloads](https://camo.githubusercontent.com/7cd61f40ebbf0ac34993f9f33650c265b9d9e84c303e4d1ae776cc8eac9afa00/68747470733a2f2f706f7365722e707567782e6f72672f6b756e3339312f6c61726176656c2d67656e657261746f722f642f6461696c79)](https://packagist.org/packages/kun391/yii2-paypal)

The package use to generate a module with JSONAPI spec.

Install
-------

[](#install)

Via Composer

```
$ composer require kun391/laravel-generator
```

Or add the following to your composer.json file :

```
"require": {
    "kun391/laravel-generator": "dev-master",
},

$ composer update

```

Then register service provider with in config/app.php:

```
'providers' => [
    ...
    Kun\Generator\GeneratorServiceProvider::class,
]

```

and add alias Input to aliases

```
'aliases' => [
    ...
    'Input' => Illuminate\Support\Facades\Input::class,
]

```

Usage
-----

[](#usage)

Run this command with format:

```
php artisan generator:run events --dir='./packages' --namespace='Kun\Events'

```

Change log
----------

[](#change-log)

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

Testing
-------

[](#testing)

```
$ composer test
```

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.

License
-------

[](#license)

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

###  Health Score

20

—

LowBetter than 12% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

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/5398707?v=4)[Kun](/maintainers/kun391)[@kun391](https://github.com/kun391)

### Embed Badge

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

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.5M7](/packages/exsyst-swagger)[lucasdotvin/laravel-soulbscription

A straightforward interface to handle subscriptions and features consumption.

709209.3k](/packages/lucasdotvin-laravel-soulbscription)

PHPackages © 2026

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