PHPackages                             patinthehat/laravel-package-manager - 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. patinthehat/laravel-package-manager

ActiveLibrary[Framework](/categories/framework)

patinthehat/laravel-package-manager
===================================

Package manager for Laravel 5+.

0.1.0(9y ago)10133MITPHPPHP &gt;=5.6.4

Since May 3Pushed 8y ago1 watchersCompare

[ Source](https://github.com/patinthehat/laravel-package-manager)[ Packagist](https://packagist.org/packages/patinthehat/laravel-package-manager)[ Docs](https://permafrost-dev.com/laravel-package-manager/)[ RSS](/packages/patinthehat-laravel-package-manager/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (4)Versions (2)Used By (0)

Laravel Package Manager
-----------------------

[](#laravel-package-manager)

---

The `Laravel Package Manager` provides fast, yet simple management of packages for your Laravel project. It allows you to quickly install a package via composer, if necessary, and then automatically register any or all Service Providers and Facades provided by the package.

---

### Installation

[](#installation)

---

To install, first install with composer:

```
composer require patinthehat/laravel-package-manager

```

Then, register the service provider by editing `config/app.php` and adding:

```
LaravelPackageManager\LaravelPackageManagerServiceProvider::class,

```

to the `$providers` array.

That's it! You now have access to the package manager commands through `artisan`.

---

### Usage

[](#usage)

---

To install (via composer) a package and register any service providers or Facades it provides, use the `package:require` command:

```
package:require  [-r|--register-only] [-d|--dev]

```

The `--register-only` option skips the composer installation step. The `--dev` option allows you to install the package in your development dependencies.

To unregister service providers and facades associated with a package, use the `package:unregister` command:

```
package:unregister

```

You will be prompted for each Service Provider and Facade, and asked if you would like to unregister it. This does not remove the package from your `vendor/` directory.

---

### License

[](#license)

---

The `Laravel Package Manager` is open source software, available under the [MIT License](LICENSE).

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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

Unknown

Total

1

Last Release

3345d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5508707?v=4)[Patrick Organ](/maintainers/patinthehat)[@patinthehat](https://github.com/patinthehat)

---

Top Contributors

[![patinthehat](https://avatars.githubusercontent.com/u/5508707?v=4)](https://github.com/patinthehat "patinthehat (3 commits)")[![Hexor](https://avatars.githubusercontent.com/u/1570783?v=4)](https://github.com/Hexor "Hexor (1 commits)")

---

Tags

automationlaravellaravel-5laravel-5-packagelaravel-54laravel-packagelaravel-packagespackage-managerphpphp-7php7composerframeworklaravelautomationlaravel-package

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/patinthehat-laravel-package-manager/health.svg)

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k532.1M19.5k](/packages/laravel-framework)[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.1k91.3M282](/packages/laravel-horizon)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.6k38.2k](/packages/matomo-matomo)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M289](/packages/laravel-dusk)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[laravel/envoy

Elegant SSH tasks for PHP.

1.6k5.8M23](/packages/laravel-envoy)

PHPackages © 2026

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