tan-tan-kanarek / github-php-client

MIT License
184 stars 120 forks source link

Example authentication #5

Closed Stephan123 closed 10 years ago

Stephan123 commented 11 years ago

Please publish an example with user authentication. Username and password are known.

markstreich commented 10 years ago

Was looking for the same thing and saw your question, hope this helps:

$client->setCredentials('user', 'pass');
tan-tan-kanarek commented 10 years ago

Thanks @markstreich. I also added an example: https://github.com/tan-tan-kanarek/github-php-client/blob/master/README.md