sinergi/devtools
Composer 安装命令:
composer require sinergi/devtools
包简介
Set of PHP development tools to allow working on multiple projects
README 文档
README
Set of PHP development tools to allow working on multiple projects. Allows to work on dependencies of a project without compromises
Requirements
This library uses PHP 5.4+.
Installation
It is recommended that you install the Devtools library through composer. To do so,
add the following lines to your composer.json file.
{
"require": {
"sinergi/devtools": "dev-master"
}
}
Examples
No real doc yet, sorry. But this is basically what needs to be added to composer.json:
{
"scripts": {
"post-autoload-dump": [
"Sinergi\\Devtools\\Setup::setupAutoloader",
"Sinergi\\Devtools\\Setup::setupPhpStorm"
]
}
}
And this is an example of the project.xml file:
<project> <sources> <directory>../dependency/</directory> </sources> </project>
统计信息
- 总下载量: 347
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-10-16