2017 © Pedro Peláez
 

library guidestar-quickstart-php

GuideStar QuickStart APIs are free APIs intended to provide developers with an easy way to experiment with the integration of GuideStar data into existing applications.

image

kevinem/guidestar-quickstart-php

GuideStar QuickStart APIs are free APIs intended to provide developers with an easy way to experiment with the integration of GuideStar data into existing applications.

  • Wednesday, July 26, 2017
  • by kevinem
  • Repository
  • 1 Watchers
  • 0 Stars
  • 198 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

GuideStar QuickStart PHP

GuideStar QuickStart APIs are free APIs intended to provide developers with an easy way to experiment with the integration of GuideStar data into existing applications., (*1)

Latest Stable Version License Build Status, (*2)

Installation

To install, use composer:, (*3)

composer require kevinem/guidestar-quickstart-php

Documentation

https://community.guidestar.org/docs/DOC-1867, (*4)

Example Usage

Note: Using apiKey takes precedence over username and password., (*5)

$quickStartDetail = new QuickStartDetail(new \GuzzleHttp\Client(), ['apiKey' => 'your_api_key']);
$quickStartDetail->getOrganizationDetail(7831216);

$quickStartDetail = new QuickStartDetail(new \GuzzleHttp\Client(), ['username' => 'your_username', 'password' => 'your_password']);
$quickStartDetail->getOrganizationDetail(7831216);

$quickStartSearch = new QuickStartSearch(new \GuzzleHttp\Client(), ['apiKey' => 'your_api_key']);
$quickStartSearch->searchEIN('54-1774039');

License

The MIT License (MIT) Copyright (c) 2017 Kevin Em, (*6)

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:, (*7)

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

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., (*9)

The Versions

26/07 2017

dev-master

9999999-dev

GuideStar QuickStart APIs are free APIs intended to provide developers with an easy way to experiment with the integration of GuideStar data into existing applications.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kevin Em

26/07 2017

0.1.1

0.1.1.0

GuideStar QuickStart APIs are free APIs intended to provide developers with an easy way to experiment with the integration of GuideStar data into existing applications.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kevin Em

17/01 2017

0.1.0

0.1.0.0

GuideStar QuickStart APIs are free APIs intended to provide developers with an easy way to experiment with the integration of GuideStar data into existing applications.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kevin Em