PHPackages                             kevinem/nonprofit-explorer-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/nonprofit-explorer-laravel

ActiveLibrary[API Development](/categories/api)

kevinem/nonprofit-explorer-laravel
==================================

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

0.1.0(9y ago)024MITPHP

Since Jan 6Pushed 9y ago1 watchersCompare

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

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

Nonprofit Explorer for Laravel 5
================================

[](#nonprofit-explorer-for-laravel-5)

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

[![Latest Stable Version](https://camo.githubusercontent.com/7f05eec32a1556b63cf47ba82e20f3060d00a68bb9746f15cd032ad65dbf57ad/68747470733a2f2f706f7365722e707567782e6f72672f6b6576696e656d2f6c696d652d6c696768742d63726d2d6c61726176656c2f762f737461626c653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/kevinem/nonprofit-explorer-laravel)[![License](https://camo.githubusercontent.com/f0be186f376ead52110a2ace5982f0c05cec208b12f29092e5f642738d06491f/68747470733a2f2f706f7365722e707567782e6f72672f6b6576696e656d2f6c696d652d6c696768742d63726d2d6c61726176656c2f6c6963656e73653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/kevinem/nonprofit-explorer-laravel)[![Build Status](https://camo.githubusercontent.com/c798b5f379a07e5541e1c8e56824a32499812d0380dfce3191625be81d032043/68747470733a2f2f7472617669732d63692e6f72672f6b6576696e656d2f6c696d652d6c696768742d63726d2d6c61726176656c2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/kevinem/nonprofit-explorer-laravel)

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

[](#installation)

To install, use composer:

```
composer require kevinem/nonprofit-explorer-laravel

```

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

[](#documentation)

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

[](#configuration)

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

```
'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:

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

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

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

[](#example-usage)

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

NonprofitExplorer::organization(142007220);
```

License
-------

[](#license)

The MIT License (MIT) Copyright (c) 2016 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

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity53

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

Unknown

Total

1

Last Release

3413d ago

### Community

Maintainers

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kevinem-nonprofit-explorer-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/kevinem-nonprofit-explorer-laravel/health.svg)](https://phpackages.com/packages/kevinem-nonprofit-explorer-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)
