PHPackages                             linhnh95/laravel-lumen-generate - 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. linhnh95/laravel-lumen-generate

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

linhnh95/laravel-lumen-generate
===============================

Library Support For Structure Laravel

v1.1.17(2y ago)038MITPHPPHP &gt;=7.3

Since Sep 8Pushed 2y ago1 watchersCompare

[ Source](https://github.com/linhnh95/lumen-structure-generate)[ Packagist](https://packagist.org/packages/linhnh95/laravel-lumen-generate)[ RSS](/packages/linhnh95-laravel-lumen-generate/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (31)Used By (0)

lumen-generate
--------------

[](#lumen-generate)

Laravel Lumen Generate is a package that helps to create structure and help with the project construction process.

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

[](#installation)

Require this package with composer. It is recommended to only require the package.

```
composer require linhnh95/laravel-api-lumen-generate
```

Usage
-----

[](#usage)

After running the composer. Turn on the terminal screen and run the command

`Class RepositoryProvider`

Adding the text before `class`

```
/**BEGIN CONFIG USE**/
/**END CONFIG USE**/

class RepositoryProvider extends ServiceProvider
{

}

```

Adding the text to `register` function

```
public function register()
{
    /**BEGIN CONFIG**/
    /**END CONFIG**/
}

```

To create a series of processing files for a Model

```
php artisan lumen-generate:make {name} // name can be in the form Folder/FileName
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

Every ~1 days

Total

27

Last Release

960d ago

### Community

Maintainers

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

---

Top Contributors

[![linhnh95](https://avatars.githubusercontent.com/u/36028196?v=4)](https://github.com/linhnh95 "linhnh95 (28 commits)")

---

Tags

laravelstructure

### Embed Badge

![Health badge](/badges/linhnh95-laravel-lumen-generate/health.svg)

```
[![Health](https://phpackages.com/badges/linhnh95-laravel-lumen-generate/health.svg)](https://phpackages.com/packages/linhnh95-laravel-lumen-generate)
```

###  Alternatives

[stephenjude/filament-blog

Filament Blog Builder

20317.8k](/packages/stephenjude-filament-blog)[albertcht/lumen-helpers

To support Laravel 's unsupported features in Lumen.

3031.3k1](/packages/albertcht-lumen-helpers)

PHPackages © 2026

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