PHPackages                             laravel-ready/packager - 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. [CLI &amp; Console](/categories/cli)
4. /
5. laravel-ready/packager

ActiveLibrary[CLI &amp; Console](/categories/cli)

laravel-ready/packager
======================

Laravel package generator package

v1.4.0(2y ago)8212[3 issues](https://github.com/laravel-ready/packager/issues)MITPHPPHP ^8.1CI failing

Since Jul 9Pushed 1y ago1 watchersCompare

[ Source](https://github.com/laravel-ready/packager)[ Packagist](https://packagist.org/packages/laravel-ready/packager)[ Docs](https://github.com/laravel-ready/packager)[ RSS](/packages/laravel-ready-packager/feed)WikiDiscussions main Synced 4w ago

READMEChangelog (4)Dependencies (13)Versions (7)Used By (0)

Packager
========

[](#packager)

[![Packager](https://camo.githubusercontent.com/0fddac3eedcf879bcd6c0891368db6e20f4c8844cf9abfc1c3b23f55b4407367/68747470733a2f2f707265766965772e647261676f6e2d636f64652e70726f2f6c61726176656c2d72656164792f7061636b616765722e7376673f6272616e643d636f6d706f736572)](https://github.com/laravel-readypackager)

[![Stable Version](https://camo.githubusercontent.com/077f01ee929cb5b2df748d01416eb21b790d6cc0f00affd115e9d08d2ae11b3a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6c61726176656c2d72656164792f7061636b616765723f6c6162656c3d737461626c65267374796c653d666c61742d737175617265)](https://packagist.org/packages/laravel-ready/packager)[![Unstable Version](https://camo.githubusercontent.com/85afbac0745eb275d863cee4b1701a70c0e30315d27990b00f1abd553b8761e8/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f756e737461626c652d6465762d2d6d61696e2d6f72616e67653f7374796c653d666c61742d737175617265)](https://packagist.org/packages/laravel-ready/packager)[![Total Downloads](https://camo.githubusercontent.com/890f319b7654e079b7cfc857b24c889ab3954f5d329047a6eefe658476c06633/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c61726176656c2d72656164792f7061636b616765722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/laravel-ready/packager)[![License](https://camo.githubusercontent.com/7a870c737e1f328ca4cf2de48c17a195670f60f6f310e5c6831a72a64ee503f8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6c61726176656c2d72656164792f7061636b616765722e7376673f7374796c653d666c61742d737175617265)](LICENSE)

📂 About
-------

[](#-about)

Currently, Laravel does not provide a package *creation / generation / wizard* tool. Packager is a package creation tool and it fills this field. You can create laravel packages with this tool on CLI easily. Generally, we use singleton packages for developing laravel packages, or we often craft the packages manually. This takes some time and it process is open to errors. Packager generates all files from templates and accelerates the development phases.

Notes:

- Packager follows [PSR](https://www.php-fig.org/psr/) standards, [laravel API](https://laravel.com/api/9.x/) and laravel [folder structure](https://github.com/laravel/laravel).
- This package is highly inspired by [yediyuz/laravel-package](https://github.com/yediyuz/laravel-package)

📦 Installation
--------------

[](#-installation)

Install globally

```
composer global require laravel-ready/packager --dev
```

📝 Usage
-------

[](#-usage)

1. Create a Github or Gitlab repository for your package
2. Pull the package to your local machine
3. Run `packager new` command
4. Enter required information
5. Install the package with `composer install` command
6. Start developing your package

### Create a package

[](#create-a-package)

`packager new` or `packager n`

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance30

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 98.9% 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 ~188 days

Total

4

Last Release

833d ago

PHP version history (2 changes)v1.3.0PHP ^8.0 || ^8.1

v1.4.0PHP ^8.1

### Community

Maintainers

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

---

Top Contributors

[![relliv](https://avatars.githubusercontent.com/u/17010054?v=4)](https://github.com/relliv "relliv (86 commits)")[![mertasan](https://avatars.githubusercontent.com/u/13007665?v=4)](https://github.com/mertasan "mertasan (1 commits)")

---

Tags

composerlaravellaravel-pacakgeslaravel-packagelaravel-package-generatorpackage-generatorpackage-installerphpclicommand-linelaravellaravel-packagepackage generatorlaravel package generatorlaravel package creatorlaravel package creator tool

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/laravel-ready-packager/health.svg)

```
[![Health](https://phpackages.com/badges/laravel-ready-packager/health.svg)](https://phpackages.com/packages/laravel-ready-packager)
```

###  Alternatives

[nunomaduro/collision

Cli error handling for console/command-line PHP applications.

4.6k331.8M8.4k](/packages/nunomaduro-collision)[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.5k25.9M106](/packages/laravel-cashier)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k12.1M99](/packages/laravel-pulse)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M368](/packages/laravel-zero-framework)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[nunomaduro/laravel-console-menu

Laravel Console Menu is an output method for your Laravel/Laravel Zero commands.

815412.0k48](/packages/nunomaduro-laravel-console-menu)

PHPackages © 2026

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