PHPackages                             hergend/pack - 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. hergend/pack

ActiveLibrary[Framework](/categories/framework)

hergend/pack
============

A tiny package generator for Laravel

v1.1.0(2y ago)07.7k↓25%GPL-3.0-or-laterPHPPHP ^7.4 || ^8.0

Since Oct 1Pushed 1y ago1 watchersCompare

[ Source](https://github.com/HergenD/pack)[ Packagist](https://packagist.org/packages/hergend/pack)[ RSS](/packages/hergend-pack/feed)WikiDiscussions main Synced today

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

Pack
----

[](#pack)

Tiny package generator, only creating the most bare-bone folder structure for a new (local only) package.

### Installation

[](#installation)

Install pack as a dev dependency:

```
composer require hergend/pack --dev

```

### Usage

[](#usage)

!! Package names are `kebab-case`, so not `PascalCase`

```
php artisan make:pack

```

Creates the following files:

```
|- src/
|  |- PackageServiceProvider.php
|- tests/
|- composer.json

```

It also sets up the correct namespacing, and registers your package in your root `composer.json`.

Using this tool you can create local packages for utility classes/functionality to be shared across domains within your application easily.

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance28

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

Every ~0 days

Total

2

Last Release

1007d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/66e3e5ddb7ac36dd1858b7ca40280233c9ecf05b5d0040353af7308c6f482259?d=identicon)[HergenD](/maintainers/HergenD)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/hergend-pack/health.svg)

```
[![Health](https://phpackages.com/badges/hergend-pack/health.svg)](https://phpackages.com/packages/hergend-pack)
```

###  Alternatives

[laravel/sail

Docker files for running a basic Laravel application.

1.9k205.7M1.3k](/packages/laravel-sail)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M195](/packages/laravel-ai)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M151](/packages/laravel-mcp)[laravel/boost

Laravel Boost accelerates AI-assisted development by providing the essential context and structure that AI needs to generate high-quality, Laravel-specific code.

3.5k21.5M596](/packages/laravel-boost)[laravel/cashier

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

2.6k29.9M146](/packages/laravel-cashier)[laravel/pulse

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

1.7k15.1M132](/packages/laravel-pulse)

PHPackages © 2026

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