kasperg/phing-github

Phing tasts for working with GitHub

0.2.0 2013-11-29 22:20 UTC

This package is auto-updated.

Last update: 2024-03-17 19:47:30 UTC


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