oauth-io / sdk-php

OAuth that just works ! This is the PHP SDK for OAuth.io
https://oauth.io
86 stars 10 forks source link

'Class 'Unirest' not found' #15

Open pichsenmeister opened 9 years ago

pichsenmeister commented 9 years ago

I'm using the PHP-SDK of oauth.io. I get the following error:

[2015-02-04 11:35:35] local.ERROR: exception 'Symfony\Component\Debug\Exception\FatalErrorException' with message 'Class 'Unirest' not found' in /home/vagrant/Code/shelfflip-web/vendor/oauth-io/oauth/src/OAuth_io/HttpWrapper.php:33
Stack trace:
#0 [internal function]: Illuminate\Exception\Handler->handleShutdown()

this is my composer file:

"require": {
        "laravel/framework": "4.2.*",
        "mashape/unirest-php": "dev-master",
        "oauth-io/oauth": "0.3.0"
    },
ahmadnassri commented 9 years ago

this is fixed in #16

angelxmoreno commented 9 years ago

this is a duplicate of #13 Please close