Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 290 Bytes

MIGRATE_FROM_V2_TO_V3.markdown

File metadata and controls

10 lines (6 loc) · 290 Bytes

Good news! Even if the internal code is much better, the API stays untouched! Only the main class name has changed. Just replace

$github = new phpGitHubApi(); // old

with

$github = new Github_Client(); // new

Also you will need to setup autoloading, see instructions in README.