PHPackages                             delvefore/laravel-packager-hermes - 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. delvefore/laravel-packager-hermes

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

delvefore/laravel-packager-hermes
=================================

Artisan make Commands when using https://github.com/Jeroen-G/laravel-packager thereby accelerating your development of Laravel Packages.

v1.0.0(7y ago)16289[1 issues](https://github.com/DelveFore/laravel-packager-hermes/issues)[4 PRs](https://github.com/DelveFore/laravel-packager-hermes/pulls)MITPHPCI failing

Since Dec 27Pushed 3y ago1 watchersCompare

[ Source](https://github.com/DelveFore/laravel-packager-hermes)[ Packagist](https://packagist.org/packages/delvefore/laravel-packager-hermes)[ Docs](https://github.com/delvefore/laravel-packager-hermes)[ RSS](/packages/delvefore-laravel-packager-hermes/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (6)Versions (2)Used By (0)

PackagerHermes
==============

[](#packagerhermes)

[![Latest Version on Packagist](https://camo.githubusercontent.com/1d396ab43eeda3a07e7b35121bdf332900ca1c0888d1e916374a8e6d04dbf644/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f64656c7665666f72652f6c61726176656c2d7061636b616765722d6865726d65732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/delvefore/laravel-packager-hermes)[![Total Downloads](https://camo.githubusercontent.com/c557e146fdeb98ebdd988e755ef8d3bc5d8c9634be43ae3dc5b5de40eee41e20/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f64656c7665666f72652f6c61726176656c2d7061636b616765722d6865726d65732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/delvefore/laravel-packager-hermes)[![Build Status](https://camo.githubusercontent.com/6400ae893c9b8563334cc40f0c0618a216cac26370a21cd4734e02a430fcd9d2/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f44656c7665466f72652f6c61726176656c2d7061636b616765722d6865726d65732f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/DelveFore/laravel-packager-hermes)[![StyleCI](https://camo.githubusercontent.com/cb13a877afd1dbe223c631789c3f922d3ace958fdb334a9cce9b26afefbc2ebd/68747470733a2f2f7374796c6563692e696f2f7265706f732f31323334353637382f736869656c64)](https://styleci.io/repos/12345678)

Laravel Packager Hermes enables usage of Artisan make commands for accelerating package development with [Jeroen-G's Laravel Packager](https://github.com/Jeroen-G/laravel-packager).

In other words, this is a wrapper around Laravel 5 Artisan commands that targets `packages/` created by [Jeroen-G's Laravel Packager](https://github.com/Jeroen-G/laravel-packager). With both of these tools, you can get to building and publishing your packages quickly!

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

[](#installation)

Via Composer

```
$ composer require delvefore/packager-hermes
```

Please note that this is specifically designed to work with the latest version of Laravel 5. However, you'd like to use it with Laravel 5.4 and below use service provider in `config/app.php`:

```
JeroenG\Packager\PackagerServiceProvider::class,
```

Available Commands
------------------

[](#available-commands)

### Make Controller

[](#make-controller)

```
$ php artisan make:packager:controller MyVendor/MyPackage MyController
```

All options are the same as with [Laravel's Artisan Make Controller](https://github.com/laravel/framework/blob/5.7/src/Illuminate/Routing/Console/ControllerMakeCommand.php#L176)

Change log
----------

[](#change-log)

Please see the [changelog](changelog.md) for more information on what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

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

[](#contributing)

Please see [contributing.md](contributing.md) for details and a todolist.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [johntimothybailey](https://github.com/delvefore)
- [All Contributors](../../contributors%5D)

License
-------

[](#license)

MIT. Please see the [license file](license.md) for more information.

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community11

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

Unknown

Total

1

Last Release

2741d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/641367?v=4)[John (Yamanu) Bailey](/maintainers/johntimothybailey)[@johntimothybailey](https://github.com/johntimothybailey)

---

Top Contributors

[![johntimothybailey](https://avatars.githubusercontent.com/u/641367?v=4)](https://github.com/johntimothybailey "johntimothybailey (5 commits)")

---

Tags

artisan-commandcomposer-packagelaravellaravel-5-packagepackagelaravelPackagerHermes

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M11](/packages/renatomarinho-laravel-page-speed)[vinkius-labs/laravel-page-speed

Laravel Page Speed

2.5k9.6k1](/packages/vinkius-labs-laravel-page-speed)[emargareten/inertia-modal

Inertia Modal is a Laravel package that lets you implement backend-driven modal dialogs for Inertia apps.

90128.1k](/packages/emargareten-inertia-modal)[linkxtr/laravel-qrcode

A clean, modern, and easy-to-use QR code generator for Laravel

3614.9k](/packages/linkxtr-laravel-qrcode)[wearepixel/laravel-cart

A cart implementation for Laravel

1355.6k](/packages/wearepixel-laravel-cart)

PHPackages © 2026

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