First, copy this file, remove the namespace if you are using PHP 5.3
I think it is not using these, but if you need them, copy this two too in the same file for the sake of simplicity
- https://github.com/adoy/PHP-OAuth2/blob/master/src/OAuth2/GrantType/IGrantType.php
- https://github.com/adoy/PHP-OAuth2/blob/master/src/OAuth2/GrantType/AuthorizationCode.php
Put it somewhere is your project and require the file as usual (unless you are using an autoloader, in that case you should know how to handle).