mohatt/package-skeleton-php
Composer 安装命令:
composer require mohatt/package-skeleton-php
包简介
A skeleton repository for PHP packages.
README 文档
README
This repository can be used to scaffold a composer package. Click the "Use template" button at the top of this repo to create a new repo with the contents of this skeleton. Have fun creating your package!
This is where your description should go. Try and limit it to a paragraph or two.
Installation
The preferred method of installation is via Composer. Run the following
command to install the package and add it as a requirement to your project's
composer.json:
composer require mohatt/package-skeleton-php
Usage
$skeleton = new Mohatt\Skeleton\Hello(); echo $skeleton->getHello();
Composer scripts
# Lint PHP source without making any changes composer lint # Lint and fix code style issues composer lint:fix # Run tests composer test # Run tests with coverage composer test:coverage
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Contributions are welcome! Please read CONTRIBUTING for details.
License
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-06-05