PHPackages                             jorenvanhocht/create-packages - 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. jorenvanhocht/create-packages

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

jorenvanhocht/create-packages
=============================

Laravel packages for quickly creating a new package base structure

v1.0(10y ago)428MITPHP

Since Sep 15Pushed 10y ago2 watchersCompare

[ Source](https://github.com/jorenvh/create-packages)[ Packagist](https://packagist.org/packages/jorenvanhocht/create-packages)[ RSS](/packages/jorenvanhocht-create-packages/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (3)Used By (0)

\#Create packages

This package is inspired by the workbench package that came default in Laravel 4. It speeds up your workflow for creating packages, once you have set your config settings the only thing left is running the artisan command and start developing your package.

\##Installation

You can install this package through composer by running the following command

```
$ composer require jorenvanhocht\create-packages 1.0
```

Now add the service provider to the provider array in `config/app.php`

```
jorenvanhocht\CreatePackages\Providers\CreatePackagesServiceProvider::class,
```

\##Configuration

Publish the config file by running the following command from your terminal

```
$ php artisan vendor:publish
```

Set your base folder and your vendor name, and you are good to go.

\##Usage

To create a new package run

```
$ php artisan make:package yourPackageName
```

If want to create a package with a different vendor name then set in your config file you can add it as a parameter

```
$ php artisan make:package yourPackageName YourNewVendorName
```

\#TODO Learn to write tests and write tests :)

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity64

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

3888d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f0c5cfe0ab64ba41e57bc3840abc91f8d6def81ddc2eb3206af6771e3af449ac?d=identicon)[jorenvh](/maintainers/jorenvh)

---

Top Contributors

[![jorenvh](https://avatars.githubusercontent.com/u/8791625?v=4)](https://github.com/jorenvh "jorenvh (2 commits)")

### Embed Badge

![Health badge](/badges/jorenvanhocht-create-packages/health.svg)

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

PHPackages © 2026

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