PHPackages                             yk/laravel-package-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. yk/laravel-package-generator

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

yk/laravel-package-generator
============================

1.0.5(8y ago)129GPLv2PHPPHP &gt;=5.6.4

Since Mar 22Pushed 8y ago1 watchersCompare

[ Source](https://github.com/yassine-khachlek/laravel-package-generator)[ Packagist](https://packagist.org/packages/yk/laravel-package-generator)[ RSS](/packages/yk-laravel-package-generator/feed)WikiDiscussions master Synced yesterday

READMEChangelog (6)DependenciesVersions (7)Used By (0)

Laravel Package Generator
=========================

[](#laravel-package-generator)

Create a ready to use Laravel package with one command that create the package scaffold and do everything to load it without the developer intervention by adding it to the composer.json autoload psr-4, launching php artisan optimize and add it to the app/config.php.

### Installation

[](#installation)

Install wia composer:

```
composer require yk/laravel-package-generator

```

Add the service provider to the file config/app.php:

```
Yk\LaravelPackageGenerator\LaravelPackageGeneratorServiceProvider::class,
```

Publish configuration:

```
php artisan vendor:publish --tag=config

```

Generate and register your package:

```
php artisan package:generate vendor_name package_name

```

Remove and unregister your package:

```
php artisan package:remove vendor_name package_name

```

License
-------

[](#license)

### GPLv2

[](#gplv2)

Copyright (c) 2016 Yassine Khachlek

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

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

Recently: every ~35 days

Total

6

Last Release

3239d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5513479?v=4)[Yassine Khachlek](/maintainers/yassine-khachlek)[@yassine-khachlek](https://github.com/yassine-khachlek)

---

Top Contributors

[![yassine-khachlek](https://avatars.githubusercontent.com/u/5513479?v=4)](https://github.com/yassine-khachlek "yassine-khachlek (7 commits)")

### Embed Badge

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

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

PHPackages © 2026

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