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)06.6k↑156.3%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 1mo ago

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

Maintenance29

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

960d 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/tinker

Powerful REPL for the Laravel framework.

7.4k423.8M1.8k](/packages/laravel-tinker)[laravel/ui

Laravel UI utilities and presets.

2.7k134.9M601](/packages/laravel-ui)[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[laravel/sail

Docker files for running a basic Laravel application.

1.9k186.9M1.0k](/packages/laravel-sail)[laravel/jetstream

Tailwind scaffolding for the Laravel framework.

4.1k19.8M136](/packages/laravel-jetstream)[laravel/breeze

Minimal Laravel authentication scaffolding with Blade and Tailwind.

3.0k31.3M148](/packages/laravel-breeze)

PHPackages © 2026

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