Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Latest commit

 

History

History
10 lines (6 loc) · 285 Bytes

MIGRATE_FROM_V2_TO_V3.markdown

File metadata and controls

10 lines (6 loc) · 285 Bytes

Good news! Even if the internal code is much better, the API stays untouched! Only the main class 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.