kasperg/phing-github 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

kasperg/phing-github

最新稳定版本:0.2.0

Composer 安装命令:

composer require kasperg/phing-github

包简介

Phing tasts for working with GitHub

README 文档

README

Phing tasks for working with GitHub.

Currently supported:

Pull requests with new tasks (updating releases, creating and closing pull requests etc.) are very welcome.

Usage

  1. Add kasperg/phing-github to requires in composer.json
  2. Define task using <taskdef/>
  3. Use the task

See example.build.xml for how this can be done.

Extend

  1. Implement tasks which subclass PhingGitHub\GitHubTask
  2. Access GitHub client class using $this->client
  3. Call $this->authenticate() to support authentication
  4. Update example.build.xml

统计信息

  • 总下载量: 9.46k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 6
  • 点击次数: 0
  • 依赖项目数: 6
  • 推荐数: 0

GitHub 信息

  • Stars: 6
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2013-11-21