greencape/joomla-manifest
Composer 安装命令:
composer require greencape/joomla-manifest
包简介
A class library for handling Joomla! extension manifest files.
README 文档
README
joomla-manifest is a class library for handling Joomla! extension manifest files.
Requirements
PHP 7.2+
Installation
Composer
Simply add a dependency on greencape/joomla-manifest to your project's composer.json file if you use
Composer to manage the dependencies of your project. Here is a minimal example of a
composer.json file that just defines a dependency on Joomla Manifest:
{
"require": {
"greencape/joomla-manifest": "*@dev"
}
}
For a system-wide installation via Composer, you can run:
$ composer global require 'greencape/joomla-manifest=*'
Make sure you have ~/.composer/vendor/bin/ in your path.
Usage Examples
See the samples in the demo directory.
Resources
Documentation and Examples
统计信息
- 总下载量: 125
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-08-01