-
Notifications
You must be signed in to change notification settings - Fork 5
Providers
lobostome edited this page Sep 19, 2013
·
19 revisions
FurryBear aims to abstract the access to various data providers.
$provider = new FurryBear\Provider\Source\SunlightCongress($adapter, $apiKey);
$fb = new FurryBear\FurryBear();
$fb->registerProvider($provider);