valcano / php-package-builder
A php package builder.
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/valcano/php-package-builder
Requires
- php: ^8.0
- symfony/console: ^6.3
- symfony/filesystem: ^6.3
- symfony/process: ^6.3
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.16
This package is auto-updated.
Last update: 2025-10-27 21:21:20 UTC
README
.
Installation
$ composer require php-package-builder/php-package-builder -vvv
Usage
A tool to help you automatically create PHP package, for specifics, you can refer to:
$ php-package-builder help
You can create php package with:
$ php-package-builder build [target directory]
Example:
$ php-package-builder build ./
Name of package: sample
Namespace of package: sample\sample
Description of package: A PHP sample package
Author name of package: x
Author email of package:x@example.com
License of package: MIT
The follow package will be created:
.
├── composer.json
├── .editorconfig
├── .gitattributes
├── .gitignore
├── README.md
└── src
└── .gitkeep
License
MIT