PHPackages                             linhnh95/laravel5layer - 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. linhnh95/laravel5layer

ActiveLibrary[Framework](/categories/framework)

linhnh95/laravel5layer
======================

Library Support For Structure Laravel

1.1.19(5y ago)0283MITPHPPHP &gt;=7.2CI failing

Since May 18Pushed 5y ago1 watchersCompare

[ Source](https://github.com/linhnh95/laravel-5-layer)[ Packagist](https://packagist.org/packages/linhnh95/laravel5layer)[ RSS](/packages/linhnh95-laravel5layer/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependencies (3)Versions (6)Used By (0)

laravel-5-layer
---------------

[](#laravel-5-layer)

Laravel 5 Layer 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/laravel5layer
```

### Config

[](#config)

Add the ServiceProvider to the providers array in config/app.php

```
App\Providers\RepositoryServiceProvider::class,
```

### Cache Query

[](#cache-query)

Add the source code to the stores array in config/cache.php

```
'request' => [
    'driver' => 'array'
]
```

Later add the source code to bottom public/index.php

```
try {
    $app->make('cache')->store('request')->flush();
} catch (ReflectionException $ex) {
}
```

Usage
-----

[](#usage)

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

```
php artisan linh-5layer:init
```

To create a series of processing files for a Model using 5 layers

```
php artisan linh-5layer:create {Model}
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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 ~0 days

Total

5

Last Release

2189d 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 (43 commits)")

---

Tags

laravelstructure

### Embed Badge

![Health badge](/badges/linhnh95-laravel5layer/health.svg)

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

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[juzaweb/cms

Juzaweb CMS is a Content Management System (CMS) developed based on Laravel Framework and web platform whose sole purpose is to make your development workflow simple again. Project develop by Juzaweb

187571.2k](/packages/juzaweb-cms)[artem-schander/l5-modular

Modular pattern generator for Laravel

223235.5k](/packages/artem-schander-l5-modular)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)

PHPackages © 2026

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