PHPackages                             fireenginered/smartystreets-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. fireenginered/smartystreets-laravel

ActiveLibrary[API Development](/categories/api)

fireenginered/smartystreets-laravel
===================================

Laravel (PHP) SDK for using SmartyStreets geocoding.

1.2.2(9y ago)645.0k↓31.4%9[2 issues](https://github.com/FireEngineRed/smartystreets-laravel/issues)GPL-2.0PHPPHP &gt;=5.5.0

Since Aug 7Pushed 2y ago16 watchersCompare

[ Source](https://github.com/FireEngineRed/smartystreets-laravel)[ Packagist](https://packagist.org/packages/fireenginered/smartystreets-laravel)[ RSS](/packages/fireenginered-smartystreets-laravel/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (12)Used By (0)

smartystreets-laravel
=====================

[](#smartystreets-laravel)

Laravel (PHP) SDK for using SmartyStreets geocoding.

Only attempting Address Verify at this time; willing to accept pull requests that fill in the other functionalities too (Zipcode Verify, Autocomplete, and Address Extraction).

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

[](#example-usage)

```
$response = SmartyStreets::addressQuickVerify(array(
    'street'=>'P.O. Box 1017',
    'city'=>'Havertown',
    'state'=>'PA',
));
```

Methods are available (addressAddToRequest &amp;&amp; addressGetCandidates) to check multiple addresses with one POST, but addressQuickVerify only handles one address at a time.

Further API details, including request and response fields, available at SmartyStreets:

How to Install
--------------

[](#how-to-install)

### Laravel 5.0 +

[](#laravel-50-)

1. Install the `fireenginered/smartystreets-laravel` package

    ```
    $ composer require fireenginered/smartystreets-laravel:dev-master
    ```
2. Update `config/app.php` to activate SmartyStreets

    ```
    # Add `SmartyStreetsLaravelServiceProvider` to the `providers` array
    'providers' => array(
        ...
        'FireEngineRed\SmartyStreetsLaravel\SmartyStreetsServiceProvider',
    )

    # Add the `SmartyStreetsFacade` to the `aliases` array
    'aliases' => array(
        ...
        'SmartyStreets'  => 'FireEngineRed\SmartyStreetsLaravel\SmartyStreetsFacade',
    )
    ```
3. Create the configuration file `config/smartystreets.php`:

    ```
    $ php artisan vendor:publish
    ```
4. Configure your API credentials in the config file.

    ```
    'authId' 	=> 'raw ID here',
    'authToken'	=> 'raw token here',
    ```

Alternately, replace the values there with env() calls, and put the credentials in your .env file

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity34

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 92.9% of commits — single point of failure

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 ~65 days

Recently: every ~71 days

Total

11

Last Release

3330d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1088240?v=4)[Scott Connerly](/maintainers/scottconnerly)[@scottconnerly](https://github.com/scottconnerly)

---

Top Contributors

[![scottconnerly](https://avatars.githubusercontent.com/u/1088240?v=4)](https://github.com/scottconnerly "scottconnerly (13 commits)")[![kreeves](https://avatars.githubusercontent.com/u/391940?v=4)](https://github.com/kreeves "kreeves (1 commits)")

### Embed Badge

![Health badge](/badges/fireenginered-smartystreets-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/fireenginered-smartystreets-laravel/health.svg)](https://phpackages.com/packages/fireenginered-smartystreets-laravel)
```

###  Alternatives

[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.9k3](/packages/defstudio-telegraph)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5022.0k](/packages/simplestats-io-laravel-client)[rapidez/core

Rapidez Core

1823.5k72](/packages/rapidez-core)

PHPackages © 2026

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