0
I Use This!
Low Activity

Commits : Listings

Analyzed 23 days ago. based on code collected 24 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Improve http client abstract and curl More... about 14 years ago
Refactor Github_Client More... about 14 years ago
Refactor http client More... about 14 years ago
Remove deprecated methods More... about 14 years ago
Introduce request interface More... about 14 years ago
Move and rename files More... about 14 years ago
Update CS standards to PEAR CS. More... about 14 years ago
Fix compatibility with PHP 5.2 More... about 14 years ago
adding a first set of method to access the organization api More... about 14 years ago
Make the request more careful about github limitations More... about 14 years ago
Improve README More... over 14 years ago
Improve README More... over 14 years ago
Merge branch 'master' of git://github.com/rolfvandekrol/php-github-api More... over 14 years ago
Remove all documentation links per method all together, because all the links are the same now More... over 14 years ago
Release v2.12 More... over 14 years ago
Repo API documentation, added some methods More... over 14 years ago
Change all links to http://develop.github.com/p/[API].html#[API ACTION] to http://develop.github.com/p/[API].html because the #[API ACTION] part is not supported anymore. Maybe we should remove those links, because now they are all the same. More... over 14 years ago
Documentation chances. General introduction and authentication More... over 14 years ago
Improve readme markup More... over 14 years ago
Fix typos in phpDoc More... over 14 years ago
Update credits More... over 14 years ago
Reording, cleaning up and extending of test for Repo API More... over 14 years ago
Reorder arguments of removeRepoCollaborator More... over 14 years ago
Reorder arguments of addRepoCollaborator More... over 14 years ago
Make silly code in setRepoInfo a lot less silly by actually using the availabe features of http_build_query. Thanks to ornicar for pointing out More... over 14 years ago
Repo test extended More... over 14 years ago
Add test for deauthentication More... over 14 years ago
Cope with silly the silly input that the underlying post request for setRepoInfo requires More... over 14 years ago
Missing break; in switch for the authenticationMethod caused the AUTH_HTTP_TOKEN method to fall trough to the old AUTH_URL_TOKEN method More... over 14 years ago
Test for new http basic authentication method. Just for the AUTH_HTTP_TOKEN method, because the AUTH_HTTP_PASSWORD method requires the password of the ornicartest account. More... over 14 years ago