Home

Awesome

phing-github

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