Skip to content

kasperg/phing-github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Phing tasks for working with GitHub

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages