A simple package manager for PHP.
Features
- Quickly build a
.ziparchive of your package. - Customize folder structure.
Installation
Install as a developer dependency:
composer require --dev carmelosantana/release-bento
Add the repository to your composer.json file:
"scripts": {
"bento": [
"CarmeloSantana\\ReleaseBento\\Package::build"
]
}
Usage
Navigate to the root of your package and run the following command:
composer bento
Prompts will guide you through building your package. On completion an archive of your package can be found in the _builds directory.
📌 Note: Add _builds to .gitingore.


