A package skeleton for my PHP packages
- PHP 52.1%
- Shell 46%
- JavaScript 1.9%
| scripts | ||
| src | ||
| tests | ||
| .editorconfig | ||
| .gitignore | ||
| bun.lock | ||
| commitlint.config.js | ||
| composer.json | ||
| herd.yml | ||
| lefthook.yml | ||
| LICENSE | ||
| mise.toml | ||
| package.json | ||
| phpunit.xml | ||
| publish.env.example | ||
| README.md | ||
PHP Package Skeleton
A package skeleton for my packages
Installation
Add my Composer repository to your composer.json:
{
"repositories": [
{
"type": "composer",
"url": "https://code.rvx.works/api/packages/RVxLab/composer"
}
]
}
Then require the package:
composer require rvxlab/<package-name>
License
This package is licensed under the MIT License.