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

ActiveLibrary

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[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 2mo ago

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 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity60

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

2693d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b03729bc2071502205f5d19fe4d9e7e9be7ca90827386f0e086d6842aa1ff99f?d=identicon)[johntimothybailey](/maintainers/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

[slowlyo/owl-admin

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

61214.2k26](/packages/slowlyo-owl-admin)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[highsolutions/eloquent-sequence

A Laravel package for easy creation and management sequence support for Eloquent models with elastic configuration.

121130.3k](/packages/highsolutions-eloquent-sequence)[glhd/linen

21135.6k](/packages/glhd-linen)[api-platform/laravel

API Platform support for Laravel

59126.4k6](/packages/api-platform-laravel)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)

PHPackages © 2026

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