thephpleague / oauth2-github

GitHub Provider for the OAuth 2.0 Client
MIT License
106 stars 29 forks source link

AbstractProvider #13

Closed virskor closed 6 years ago

virskor commented 6 years ago

Class 'League\OAuth2\Client\Provider\AbstractProvider' not found in /Users/mac/chain/Application/Libraries/Oauth2-github-master/src/Provider/Github.php on line 10

stevenmaguire commented 6 years ago

It looks like you are trying to run this library as a standalone project. It is intended to be run within an existing project that uses composer to load dependencies.