PHPackages                             imycc/laravel-simple-pattern - 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. imycc/laravel-simple-pattern

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

imycc/laravel-simple-pattern
============================

A generator for Laravel Design Pattern.

v2.1(5y ago)235MITPHPPHP ^7.2

Since Mar 11Pushed 5y ago1 watchersCompare

[ Source](https://github.com/imycc/laravel-simple-pattern)[ Packagist](https://packagist.org/packages/imycc/laravel-simple-pattern)[ RSS](/packages/imycc-laravel-simple-pattern/feed)WikiDiscussions v2.0 Synced yesterday

READMEChangelog (4)Dependencies (1)Versions (8)Used By (0)

Laravel Simple Pattern
======================

[](#laravel-simple-pattern)

Laravel Simple Pattern let us easily to create desgin pattern and its interface in laravel.

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

[](#installation)

### Composer

[](#composer)

Execute the following command to get the latest version of the package:

```
composer require imycc/laravel-simple-pattern

```

### Laravel

[](#laravel)

We need to copy some file to laravel first.

```
php artisan vendor:publish --provider="LaravelSimplePattern\LspServiceProvider" --tag="install"
```

#### &gt;= laravel 5.7

[](#-laravel-57)

In your `config/app.php` add `App\Providers\RepositoryServiceProvider::class` to the end of the `providers` array:

```
'providers' => [
    ...
    App\Providers\RepositoryServiceProvider::class,
],
```

#### Other

[](#other)

In your `config/app.php` add `LaravelSimplePattern\LspServiceProvider::class` and `App\Providers\RepositoryServiceProvider::class` to the end of the `providers` array:

```
'providers' => [
    ...
    LaravelSimplePattern\LspServiceProvider::class,
    App\Providers\RepositoryServiceProvider::class
],
```

### Usage

[](#usage)

We must give -b flag for binding repository and its interface in RepositoryServicePorvider.

```
php artisan make:repo DummyRepository -i -b
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

Recently: every ~70 days

Total

7

Last Release

1973d ago

Major Versions

v1.0.x-dev → v2.02020-03-19

### Community

Maintainers

![](https://www.gravatar.com/avatar/4908c705568c70f426c56dc54bc035a15382f300c33ba0fc9f8aad2aa0ae53da?d=identicon)[boyz357159](/maintainers/boyz357159)

---

Top Contributors

[![imycc](https://avatars.githubusercontent.com/u/22917562?v=4)](https://github.com/imycc "imycc (25 commits)")

---

Tags

design-patternslaravellaraveldesign pattern

### Embed Badge

![Health badge](/badges/imycc-laravel-simple-pattern/health.svg)

```
[![Health](https://phpackages.com/badges/imycc-laravel-simple-pattern/health.svg)](https://phpackages.com/packages/imycc-laravel-simple-pattern)
```

###  Alternatives

[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4195.3M84](/packages/livewire-volt)[gehrisandro/tailwind-merge-laravel

TailwindMerge for Laravel merges multiple Tailwind CSS classes by automatically resolving conflicts between them

341682.2k18](/packages/gehrisandro-tailwind-merge-laravel)[nickurt/laravel-akismet

Akismet for Laravel 11.x/12.x/13.x

97139.6k2](/packages/nickurt-laravel-akismet)[whitecube/laravel-timezones

Store UTC dates in the database and work with custom timezones in the application.

106106.2k](/packages/whitecube-laravel-timezones)[sbine/route-viewer

A Laravel Nova tool to view your registered routes.

57215.9k](/packages/sbine-route-viewer)[forxer/laravel-gravatar

A library providing easy gravatar integration in a Laravel project.

4235.6k](/packages/forxer-laravel-gravatar)

PHPackages © 2026

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