splx/composer-example-project
Composer 安装命令:
composer require splx/composer-example-project
包简介
Example project
README 文档
README
#Parser - The Example PHP Package
Parser - пакет считывает . Смотрите полный список обработчиков ниже. Специальные обработчики позволяют создавать расширенные стратегии ведения журналов.
Installation
Install the latest version with
$ composer require splx/composer-example-project
Basic Usage
use Splx\Parser\Parser; require_once __DIR__ . '/vendor/autoload.php'; $parser = new Parser(); print_r($parser->process('https://test.com', 'a'));
Managing package versions
New versions of your package are automatically fetched from tags you create in your VCS repository.
The easiest way to manage versioning is to just omit the version field from the composer.json file. The version numbers will then be parsed from the tag and branch names.
Tag/version names should match 'X.Y.Z', or 'vX.Y.Z', with an optional suffix for RC, beta, alpha or patch versions. Here are a few examples of valid tag names:
1.0.0 v1.0.0 1.10.5-RC1 v4.4.4beta2 v2.0.0-alpha v2.0.4-p1
Branches will automatically appear as "dev" versions that are easily installable by anyone that wants to try your library's latest and greatest, but that does not mean you should not tag releases. The use of Semantic Versioning is strongly encouraged.
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-07-24