PHPackages                             steve-moretz/lumen-vendor-publish-command - 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. steve-moretz/lumen-vendor-publish-command

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

steve-moretz/lumen-vendor-publish-command
=========================================

The lost vendor:publish command for Lumen!

v8.0.0(4y ago)1177↓95%PHP

Since Oct 14Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Stevemoretz/lumen-vendor-pulish-command)[ Packagist](https://packagist.org/packages/steve-moretz/lumen-vendor-publish-command)[ RSS](/packages/steve-moretz-lumen-vendor-publish-command/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (1)DependenciesVersions (4)Used By (0)

The Lost `vendor:publish` Command for Lumen
===========================================

[](#the-lost-vendorpublish-command-for-lumen)

Install and configure to get it added to your artisan commands list!

Overview
--------

[](#overview)

It is simply using `VendorPublishCommand.php` and `VendorTagPublished.php` from Laravel Framework itself.

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

[](#installation)

```
composer require steve-moretz/lumen-vendor-publish-command

```

Usage
-----

[](#usage)

### Automatic

[](#automatic)

use  for adding auto-discovery to your lumen, so you won't have to do any manual Service Provider Registry for any package!

### Manual

[](#manual)

Register the service provider in bootstrap/app.php of your Lumen installation

```
$app->register(\SteveMoretz\LumenVendorPublish\Laravel\app\Providers\ServiceProvider::class);
```

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

[](#contributing)

Feel free to send PRs.

License
-------

[](#license)

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

###  Health Score

26

—

LowBetter than 40% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Unknown

Total

1

Last Release

1761d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/27680142?v=4)[Steve Moretz](/maintainers/Stevemoretz)[@Stevemoretz](https://github.com/Stevemoretz)

---

Top Contributors

[![Stevemoretz](https://avatars.githubusercontent.com/u/27680142?v=4)](https://github.com/Stevemoretz "Stevemoretz (11 commits)")

### Embed Badge

![Health badge](/badges/steve-moretz-lumen-vendor-publish-command/health.svg)

```
[![Health](https://phpackages.com/badges/steve-moretz-lumen-vendor-publish-command/health.svg)](https://phpackages.com/packages/steve-moretz-lumen-vendor-publish-command)
```

###  Alternatives

[illuminate/console

The Illuminate Console package.

13046.6M7.2k](/packages/illuminate-console)[styleci/cli

The CLI tool for StyleCI

71477.7k9](/packages/styleci-cli)[j13k/yaml-lint

A compact command line utility for checking YAML file syntax

161.2M25](/packages/j13k-yaml-lint)[winbox/args

Windows command-line formatter

20722.5k21](/packages/winbox-args)[mallardduck/laravel-traits

A collection of useful Laravel snippets in the form of easy to use traits.

136.2k2](/packages/mallardduck-laravel-traits)

PHPackages © 2026

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