Is it possible to use php on your server to open an issue in Github? I'm trying to use Github's issues as a means to report errors, and let visitors report problems when they occur.
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
It sure does, you can use their API, specifically to create an issue: http://developer.github.com/v3/issues/#create-an-issue Here's the PHP wrapper: https://github.com/ornicar/php-github-api#open-a-new-issue |
|||
|
|