PHPackages                             kevinem/guidestar-quickstart-laravel - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. kevinem/guidestar-quickstart-laravel

ActiveLibrary[API Development](/categories/api)

kevinem/guidestar-quickstart-laravel
====================================

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.

0.1.1(8y ago)0202MITPHP

Since Jan 17Pushed 8y ago1 watchersCompare

[ Source](https://github.com/kevinem/guidestar-quickstart-laravel)[ Packagist](https://packagist.org/packages/kevinem/guidestar-quickstart-laravel)[ RSS](/packages/kevinem-guidestar-quickstart-laravel/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (4)Versions (3)Used By (0)

GuideStar QuickStart Laravel 5.3
================================

[](#guidestar-quickstart-laravel-53)

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.

[![Latest Stable Version](https://camo.githubusercontent.com/52a006608d2dd5947ea0f692a080bdf5c8a8976529b8affe2eb5fc843e5adc3f/68747470733a2f2f706f7365722e707567782e6f72672f6b6576696e656d2f6775696465737461722d717569636b73746172742d6c61726176656c2f762f737461626c653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/kevinem/guidestar-quickstart-laravel)[![License](https://camo.githubusercontent.com/c656da41a17a3eda3a7159fbb50134ebf7141953212290ec968655ca81b3fb5b/68747470733a2f2f706f7365722e707567782e6f72672f6b6576696e656d2f6775696465737461722d717569636b73746172742d6c61726176656c2f6c6963656e73653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/kevinem/guidestar-quickstart-laravel)[![Build Status](https://camo.githubusercontent.com/6e9e3a7bba03090c132415e91399ae12d7f86ac751388ab7ae424f798cdd2147/68747470733a2f2f7472617669732d63692e6f72672f6b6576696e656d2f6775696465737461722d717569636b73746172742d6c61726176656c2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/kevinem/guidestar-quickstart-laravel)

Installation
------------

[](#installation)

To install, use composer:

```
composer require kevinem/guidestar-quickstart-laravel

```

Documentation
-------------

[](#documentation)

Configuration
-------------

[](#configuration)

After installing the package, register the `KevinEm\GuideStar\Laravel\Providers\QuickStartDetailServiceProvider`and `KevinEm\GuideStar\Laravel\Providers\QuickStartSearchServiceProvider` in your `config/app.php` configuration file:

Either supply an apiKey or a username/password in the config. The apiKey takes precedence over username/password.

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

    KevinEm\GuideStar\Laravel\Providers\QuickStartDetailServiceProvider::class,
    KevinEm\GuideStar\Laravel\Providers\QuickStartSearchServiceProvider::class
],
```

Also, you can add the `QuickStartSearch` and `QuickStartDetail` facade to the `aliases` array in your `config/app.php`configuration file:

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

    'QuickStartSearch' => KevinEm\GuideStar\Laravel\Facades\QuickStartSearch::class,
    'QuickStartDetail' => KevinEm\GuideStar\Laravel\Facades\QuickStartDetail::class,
],
```

Publish the config using the following command:

```
$ php artisan vendor:publish
```

Example Usage
-------------

[](#example-usage)

```
QuickStartSearch::searchEIN('54-1774039');

QuickStartDetail::getOrganizationDetail(7831216);
```

License
-------

[](#license)

The MIT License (MIT) Copyright (c) 2017 Kevin Em

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:

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

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.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~190 days

Total

2

Last Release

3212d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1052f7f9e025a7c653f8eb24d926283c98c7c0671fa9c9d1f5c63799b9851dde?d=identicon)[kevinem](/maintainers/kevinem)

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kevinem-guidestar-quickstart-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/kevinem-guidestar-quickstart-laravel/health.svg)](https://phpackages.com/packages/kevinem-guidestar-quickstart-laravel)
```

###  Alternatives

[mollie/laravel-mollie

Mollie API client wrapper for Laravel &amp; Mollie Connect provider for Laravel Socialite

3624.1M28](/packages/mollie-laravel-mollie)[mll-lab/laravel-graphiql

Easily integrate GraphiQL into your Laravel project

683.2M9](/packages/mll-lab-laravel-graphiql)[spatie/laravel-route-discovery

Auto register routes using PHP attributes

23645.0k2](/packages/spatie-laravel-route-discovery)[esign/laravel-conversions-api

A laravel wrapper package around the Facebook Conversions API

69145.4k](/packages/esign-laravel-conversions-api)[didww/didww-api-3-php-sdk

PHP SDK for DIDWW API 3

1218.2k](/packages/didww-didww-api-3-php-sdk)[surface/laravel-webfinger

A Laravel package to create an ActivityPub webfinger.

113.8k](/packages/surface-laravel-webfinger)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
