PHPackages                             ahmedshuaib/lpackage - 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. ahmedshuaib/lpackage

ActiveLibrary

ahmedshuaib/lpackage
====================

A laravel package generator package

v2.1.1(3y ago)013MITPHPPHP ^8.2

Since Mar 21Pushed 3y ago1 watchersCompare

[ Source](https://github.com/ahmedshuaib/LPackage)[ Packagist](https://packagist.org/packages/ahmedshuaib/lpackage)[ RSS](/packages/ahmedshuaib-lpackage/feed)WikiDiscussions master Synced 1mo ago

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

LPackage
========

[](#lpackage)

LPackage is a Laravel package that simplifies the process of creating and managing Laravel packages. It automatically generates all necessary files and folders for package development, including views, routes, controllers, migrations, models, providers, events, resources, configuration files, middleware, and exception handling.

Table of Contents
-----------------

[](#table-of-contents)

- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)

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

[](#installation)

To install LPackage, run the following command:

```
composer require ahmedshuaib/lpackage

```

After installation, register the service provider in your `config/app.php` file:

```
'providers' => [
    // ...
    AhmedShuaib\LPackage\LPackageServiceProvider::class,
],
```

Usage
-----

[](#usage)

To generate a new Laravel package, run the following Artisan command:

```
php artisan make:package

```

Replace `` with the desired name for your package.

This command will generate all necessary files and folders for your package, including:

- Views
- Routes
- Controllers
- Migrations
- Models
- Providers
- Events
- Resources
- Configuration files
- Middleware
- Exception handling

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

[](#contributing)

We welcome contributions to improve LPackage and add new features. To contribute, please follow these steps:

1. Fork the repository on GitHub.
2. Clone your fork locally.
3. Create a new branch for your feature or bugfix.
4. Make your changes and commit them to your branch.
5. Push your changes to your fork on GitHub.
6. Open a pull request on the original repository.

Please ensure that your code is formatted according to the PSR-12 coding standard and that your tests pass before submitting a pull request.

License
-------

[](#license)

LPackage is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

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

Total

5

Last Release

1138d ago

Major Versions

v1.1.0 → v2.0.02023-03-26

### Community

Maintainers

![](https://www.gravatar.com/avatar/2f5a7465336e3c025984e74cdb2ddc753f2792f32ae5415395258b44e9f8ba08?d=identicon)[ahmedshuaib](/maintainers/ahmedshuaib)

---

Top Contributors

[![ahmedshuaib](https://avatars.githubusercontent.com/u/35988729?v=4)](https://github.com/ahmedshuaib "ahmedshuaib (16 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ahmedshuaib-lpackage/health.svg)

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

###  Alternatives

[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[slowlyo/owl-admin

基于 laravel、amis 开发的后台框架~

61214.2k26](/packages/slowlyo-owl-admin)

PHPackages © 2026

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