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

ActiveLibrary[Framework](/categories/framework)

herlea/pack
===========

A tiny package generator for Laravel

v1.0.0(2y ago)044PHPPHP ^7.4 || ^8.0

Since Jul 1Pushed 2y agoCompare

[ Source](https://github.com/herlea-dev/pack)[ Packagist](https://packagist.org/packages/herlea/pack)[ RSS](/packages/herlea-pack/feed)WikiDiscussions main Synced 1mo ago

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

Pack
----

[](#pack)

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

### Installation

[](#installation)

```
composer require herlea/pack

```

### Usage

[](#usage)

```
php artisan make:package

```

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

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

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

Unknown

Total

1

Last Release

1052d 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 (4 commits)")

### Embed Badge

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

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

###  Alternatives

[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)[ecotone/laravel

Laravel integration for Ecotone

21307.6k3](/packages/ecotone-laravel)

PHPackages © 2026

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