zendframework / ZendOAuth

BSD 3-Clause "New" or "Revised" License
19 stars 22 forks source link

Class 'Zend_Oauth_Consumer' not found #24

Open jerodev opened 10 years ago

jerodev commented 10 years ago

Hi,

I am using ZendOAuth to authenticate with an OAuth authentication. I have installed the package and all it dependencies using composer. But when I try to use this code, it can't find the Zend classes.

The code I use is the following

$consumer = new Zend_Oauth_Consumer($this->options);
$token = $consumer->getRequestToken();
echo $token;

I have included the autoloader from composer, All my other packages work fine.

Thank you for your help, Jerodev

weierophinney commented 4 years ago

This repository has been closed and moved to laminas/laminas-oauth; a new issue has been opened at https://github.com/laminas/laminas-oauth/issues/4.