Skip to content
lobostome edited this page Sep 19, 2013 · 19 revisions

FurryBear aims to abstract the access to various data providers.

Register a provider

$provider = new FurryBear\Provider\Source\SunlightCongress($adapter, $apiKey);
$fb = new FurryBear\FurryBear();
$fb->registerProvider($provider);

Available providers:

  1. Sunlight Congress
  1. Sunlight Capitol Words
  1. Sunlight Open States
  1. Sunlight Political Party Time
Clone this wiki locally