Skip to content

EnterIen/PHP-Package-Builder

Repository files navigation

PHP-Package-Builder

.

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

About

A easy tool to build a package for you with composer quickly.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages