PHPackages                             huangdijia/composer-package-builder - 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. huangdijia/composer-package-builder

ActiveComposer-plugin[Utility &amp; Helpers](/categories/utility)

huangdijia/composer-package-builder
===================================

Get started with your Laravel/thinkphp/php package in no time with this package generator.

1.2.0(5y ago)10583MITPHPPHP ^7.0CI failing

Since Dec 5Pushed 5y ago2 watchersCompare

[ Source](https://github.com/huangdijia/composer-package-builder)[ Packagist](https://packagist.org/packages/huangdijia/composer-package-builder)[ Docs](http://github.com/huangdijia/composer-package-builder)[ RSS](/packages/huangdijia-composer-package-builder/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (3)Versions (10)Used By (0)

Composer Package Builder
========================

[](#composer-package-builder)

[![Latest Version on Packagist](https://camo.githubusercontent.com/772c813441ad5da359878551c19ac777b626173b4c401a4a6fa11b8dc4beaeec/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6875616e6764696a69612f636f6d706f7365722d7061636b6167652d6275696c6465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/huangdijia/composer-package-builder)[![Total Downloads](https://camo.githubusercontent.com/4a368da2abee3541d4f44e12a73963cc00b39cbdb8a54843d3c8afb7b8234dde/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6875616e6764696a69612f636f6d706f7365722d7061636b6167652d6275696c6465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/huangdijia/composer-package-builder)[![GitHub license](https://camo.githubusercontent.com/6b762dc44f09274bbd7a9c0b8c5efe296f2f33fcd5d289dd223cd0b21b833b5f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6875616e6764696a69612f636f6d706f7365722d7061636b6167652d6275696c646572)](https://github.com/huangdijia/composer-package-builder)

Installation
------------

[](#installation)

You can install the package via composer:

```
composer g require huangdijia/composer-package-builder
```

Usage
-----

[](#usage)

```
composer build:composer-plugin
composer build:laravel-package
composer build:php-package
composer build:thinkphp-package
```

Options

```
Options:
      --vendor[=VENDOR]            Vendor Name [default: "my-vendor"]
      --package[=PACKAGE]          Package Name [default: "my-package"]
      --author[=AUTHOR]            Author Name [default: "author"]
      --email[=EMAIL]              Author Email [default: "author@domain.com"]
      --description[=DESCRIPTION]  Package Description [default: "My awesome package"]
      --license[=LICENSE]          License, eg: mit,agpl-3,gpl-3,lgpl-3,mozilla-public-2,apache-2,unlicense
      --output[=OUTPUT]            /Users/hdj/Downloads
  -h, --help                       Display this help message
  -q, --quiet                      Do not output any message
  -V, --version                    Display this application version
      --ansi                       Force ANSI output
      --no-ansi                    Disable ANSI output
  -n, --no-interaction             Do not ask any interactive question
      --profile                    Display timing and memory usage information
      --no-plugins                 Whether to disable plugins.
  -d, --working-dir=WORKING-DIR    If specified, use the given directory as working directory.
      --no-cache                   Prevent use of the cache
  -v|vv|vvv, --verbose             Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
```

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email dummy-email instead of using the issue tracker.

Credits
-------

[](#credits)

- [Huangdijia](https://github.com/huangdijia)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity58

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 ~41 days

Recently: every ~80 days

Total

9

Last Release

2023d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8337659?v=4)[Deeka Wong](/maintainers/huangdijia)[@huangdijia](https://github.com/huangdijia)

---

Top Contributors

[![huangdijia](https://avatars.githubusercontent.com/u/8337659?v=4)](https://github.com/huangdijia "huangdijia (36 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/huangdijia-composer-package-builder/health.svg)

```
[![Health](https://phpackages.com/badges/huangdijia-composer-package-builder/health.svg)](https://phpackages.com/packages/huangdijia-composer-package-builder)
```

###  Alternatives

[vaimo/composer-patches

Applies a patch from a local or remote file to any package that is part of a given composer project. Patches can be defined both on project and on package level. Optional support for patch versioning, sequencing, custom patch applier configuration and patch command for testing/troubleshooting added patches.

2994.3M16](/packages/vaimo-composer-patches)[mglaman/composer-drupal-lenient

1317.4M15](/packages/mglaman-composer-drupal-lenient)[drupal/core-composer-scaffold

A flexible Composer project scaffold builder.

5341.9M446](/packages/drupal-core-composer-scaffold)[drupal/core-project-message

Adds a message after Composer installation.

2122.6M172](/packages/drupal-core-project-message)[olvlvl/composer-attribute-collector

A convenient and near zero-cost way to retrieve targets of PHP 8 attributes

184108.8k8](/packages/olvlvl-composer-attribute-collector)[lullabot/drainpipe

An automated build tool to allow projects to have a set standardized operations scripts.

41716.4k2](/packages/lullabot-drainpipe)

PHPackages © 2026

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