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

v3.2.0 2023-11-27 16:57 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