2017 © Pedro Peláez
 

library furry-bear

A PHP wrapper for various open data

image

lobostome/furry-bear

A PHP wrapper for various open data

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 12 Versions
  • 5 % Grown

The README.md

FurryBear

A PHP wrapper for the Sunlight Foundation APIs, (*1)

Quick Start

Specify the http adapter, the API provider, and the output format., (*2)

$adapter = new FurryBear\Http\Adapter\Curl();
$provider = new FurryBear\Provider\Source\SunlightCongress($adapter, $apiKey);
$output = new FurryBear\Output\Strategy\JsonToArray();

$fb = new FurryBear\FurryBear();
$fb->registerProvider($provider)->registerOutput($output);

var_dump(
    $fb->bills_search->fields('official_title', 'chamber', 'introduced_on', 'search')
                     ->search('"health care" medicine')
                     ->filter('history.enacted', true)
                     ->order('introduced_on')
                     ->get()
);

Documentation

For detailed documentation and examples, visit the Wiki., (*3)

Roadmap

0.9.0 - Add Sunlight Influence Explorer API, (*4)

0.8.0 - Major overhaul of existing code base - Add event management - HTTP clients direct access - Process multiple requests in parallel - 100% unit testing, (*5)

Changelog

0.7.1 - Switch to the Congress API's HTTPS endpoint, (*6)

0.7.0 - Add Dependency Injection Container, (*7)

0.6.0 - Add Sunlight Political Party Time API, (*8)

0.5.2 - Add Congress API districts locate helpers, (*9)

0.5.1 - Alias Open States API resources - Add Geocode Chain Provider, (*10)

0.5.0 - Add Sunlight Open States API, (*11)

0.4.0 - Add Sunlight Capitol Words API, (*12)

The Versions

03/01 2017

dev-master

9999999-dev https://github.com/lobostome/FurryBear

A PHP wrapper for various open data

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

open data sunlight congress api sunlight capitol words api sunlight open states api

03/01 2017

0.7.2

0.7.2.0 https://github.com/lobostome/FurryBear

A PHP wrapper for various open data

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

open data sunlight congress api sunlight capitol words api sunlight open states api

21/03 2014

0.7.1

0.7.1.0 https://github.com/lobostome/FurryBear

A PHP wrapper for various open data

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

open data sunlight congress api sunlight capitol words api sunlight open states api

20/09 2013

dev-develop

dev-develop https://github.com/lobostome/FurryBear

A PHP wrapper for various open data

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

open data sunlight congress api sunlight capitol words api sunlight open states api

20/09 2013

0.7.0

0.7.0.0 https://github.com/lobostome/FurryBear

A PHP wrapper for various open data

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

open data sunlight congress api sunlight capitol words api sunlight open states api

19/09 2013

0.6.0

0.6.0.0 https://github.com/lobostome/FurryBear

A PHP wrapper for various open data

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

open data sunlight congress api sunlight capitol words api sunlight open states api

12/08 2013

0.5.2

0.5.2.0 https://github.com/lobostome/FurryBear

A PHP wrapper for various open data

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

open data sunlight congress api sunlight capitol words api sunlight open states api

12/08 2013

0.5.1

0.5.1.0 https://github.com/lobostome/FurryBear

A PHP wrapper for various open data

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

open data sunlight congress api sunlight capitol words api sunlight open states api

26/07 2013

0.5.0

0.5.0.0 https://github.com/lobostome/FurryBear

A PHP wrapper for various open data

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

open data sunlight congress api sunlight capitol words api sunlight open states api

07/07 2013

0.4.0

0.4.0.0 https://github.com/lobostome/FurryBear

A PHP wrapper for various open data

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

open data sunlight congress api

24/06 2013

0.3.2

0.3.2.0 https://github.com/lobostome/FurryBear

A PHP wrapper for various open data

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

open data sunlight congress api

27/05 2013

0.3.1

0.3.1.0 https://github.com/lobostome/FurryBear

A PHP wrapper for various open data

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

open data sunlight congress api