2017 © Pedro Peláez
 

library nonprofit-explorer-laravel

ProPublica provides an application programming interface (API) to the search engine and database that powers Nonprofit Explorer.

image

kevinem/nonprofit-explorer-laravel

ProPublica provides an application programming interface (API) to the search engine and database that powers Nonprofit Explorer.

  • Friday, January 6, 2017
  • by kevinem
  • Repository
  • 1 Watchers
  • 1 Stars
  • 16 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Nonprofit Explorer for Laravel 5

ProPublica provides an application programming interface (API) to the search engine and database that powers Nonprofit Explorer., (*1)

Latest Stable Version License Build Status, (*2)

Installation

To install, use composer:, (*3)

composer require kevinem/nonprofit-explorer-laravel

Documentation

https://projects.propublica.org/nonprofits/api, (*4)

Configuration

After installing the package, register the KevinEm\NonprofitExplorerLaravel\NonprofitExplorerServiceProvider in your config/app.php configuration file:, (*5)

'providers' => [
    // Other service providers...

    KevinEm\NonprofitExplorerLaravel\NonprofitExplorerServiceProvider::class,
],

Also, you can add the NonprofitExplorer facade to the aliases array in your config/app.php configuration file:, (*6)

'aliases' => [
    // Other facades...

    'NonprofitExplorer' => KevinEm\NonprofitExplorerLaravel\Facades\NonprofitExplorer::class,
],

Example Usage

NonprofitExplorer::search(['q' => 'propublica']);

NonprofitExplorer::organization(142007220);

License

The MIT License (MIT) Copyright (c) 2016 Kevin Em, (*7)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:, (*8)

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software., (*9)

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE., (*10)

The Versions

06/01 2017

dev-master

9999999-dev

ProPublica provides an application programming interface (API) to the search engine and database that powers Nonprofit Explorer.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kevin Em

06/01 2017

0.1.0

0.1.0.0

ProPublica provides an application programming interface (API) to the search engine and database that powers Nonprofit Explorer.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kevin Em