install without composer
Closed this issue · 1 comments
hajamirjoon commented
Hi,
would you please tell me how I can install this package without composer?
I added this code:
require_once ('twitter-streaming-api-master/src/BaseStream.php'); require_once ('twitter-streaming-api-master/src/PublicStream.php'); require_once ('twitter-streaming-api-master/src/UserStream.php'); require_once ('twitter-streaming-api-master/src/PhirehoseWrapper.php');
but I got this error:
Class 'OauthPhirehose' not found
freekmurze commented
We do everything with composer. If you want to do it without you’ll need to figure this out yourself.