PHPackages                             kevinem/places-scout-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. kevinem/places-scout-laravel

ActiveLibrary

kevinem/places-scout-laravel
============================

Places Scout Client for Laravel 5

1.1.0(6y ago)14731MITPHP

Since Jun 20Pushed 6y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (8)Used By (0)

Places Scout Laravel 5
======================

[](#places-scout-laravel-5)

[![Latest Stable Version](https://camo.githubusercontent.com/fd94adb56994a7d6811568b58f06486cc8070d685ea3d16eaaade2205ce34a06/68747470733a2f2f706f7365722e707567782e6f72672f6b6576696e656d2f706c616365732d73636f75742d6c61726176656c2f762f737461626c653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/kevinem/places-scout-laravel)[![License](https://camo.githubusercontent.com/9fdd909d393ee3d1337195758d5f8aa7762df9a05c3caaa0f80baa4629c963db/68747470733a2f2f706f7365722e707567782e6f72672f6b6576696e656d2f706c616365732d73636f75742d6c61726176656c2f6c6963656e73653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/kevinem/places-scout-laravel)

The Places Scout API is a highly scalable SAAS platform based on the popular Service Stack open source solution for high performance REST web services, and can deliver a wide range of valuable SEO data for enterprise level clients.

Install
-------

[](#install)

You can pull in the package via composer:

```
$ composer require kevinem/places-scout-laravel
```

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

[](#configuration)

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

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

    KevinEm\PlacesScoutLaravel\PlacesScoutLaravelServiceProvider::class,
],
```

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

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

    'PlacesScoutLaravel' => KevinEm\PlacesScoutLaravel\Facades\PlacesScoutLaravel::class,
],
```

Publish the config using the following command:

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

Add your credentials to your `.env` file:

```
PLACES_SCOUT_USERNAME=
PLACES_SCOUT_PASSWORD=

```

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

[](#documentation)

[documentation](https://apihost1.placesscout.com/documentation/index.html)

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

[](#example-usage)

```
$clients = PlacesScoutLaravel::clients()->lists();

$rankingReports = PlacesScoutLaravel::rankingReports()->lists();

$run = PlacesScoutLaravel::rankingReports()->getRun('7Qs0xGHWuE', '53mM466');

PlacesScoutLaravel::reputationReports()->create([
    'query' => [
        'Name' => 'testing'
    ],
    'json' => [
        'BusinessInfo' => [
            'BusinessName' => 'Test Business',
            'FullAddress' => '123 Test St',
            'StreetAddress' => '123 Test St',
            'City' => 'Pasadena',
            'State' => 'CA',
            'ZipCode' => '91770',
            'PhoneNumber' => '1231231234',
            'Country' => 'UnitedStates'
        ]
    ]
]);
```

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

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~212 days

Recently: every ~265 days

Total

6

Last Release

2554d ago

Major Versions

0.1.3 → 1.0.02017-04-19

### Community

Maintainers

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

---

Top Contributors

[![kevinem](https://avatars.githubusercontent.com/u/9222632?v=4)](https://github.com/kevinem "kevinem (1 commits)")

### Embed Badge

![Health badge](/badges/kevinem-places-scout-laravel/health.svg)

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

PHPackages © 2026

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