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

ActiveLibrary[API Development](/categories/api)

kevinem/places-scout-php
========================

PHP client for Places Scout's API

1.1.0(7y ago)049631MITPHPPHP ^7CI failing

Since Jun 20Pushed 7y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (6)Used By (1)

Places Scout PHP
================

[](#places-scout-php)

[![Latest Stable Version](https://camo.githubusercontent.com/e69645e3b5956c466ffd2f946017560124e9df259fc8662205822762732bb1db/68747470733a2f2f706f7365722e707567782e6f72672f6b6576696e656d2f706c616365732d73636f75742d7068702f762f737461626c653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/kevinem/places-scout-php)[![License](https://camo.githubusercontent.com/752afec6313d9b1f8b10976069317c31e80993a6f03fa5e4862bbb34ed87dcbb/68747470733a2f2f706f7365722e707567782e6f72672f6b6576696e656d2f706c616365732d73636f75742d7068702f6c6963656e73653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/kevinem/places-scout-php)

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-php
```

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

[](#documentation)

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

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

[](#example-usage)

```
//Create client with credentials
$placesScout = new PlacesScout([
    'username' => '',
    'password' => ''
]);

//You can build requests directly
$clients = $placesScout->get('/clients');

$client = $placesScout->post('/clients', [
    'json' => [
        //Some data
    ]
]);

$rankingReport = $placesScout->put("/rankingreports/1", [
    //Some data
]);

//Or use helper classes to build request
$clients = new PlacesScoutClients($placesScout);
$response = $clients->lists([
    'query' => [
        'page' => 1,
        'size' => 10
    ]
]);

$rankingReport = new PlacesScoutRankingReports($placesScout);
$rankingReport->update('1', [
    'json' => [
        //Some data
    ]
]);
```

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 65% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity67

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

Total

4

Last Release

2647d ago

Major Versions

0.1.1 → 1.0.02017-04-19

PHP version history (2 changes)0.1.0PHP ^5.6

1.1.0PHP ^7

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/9222632?v=4)[Kevin Em](/maintainers/kevinem)[@kevinem](https://github.com/kevinem)

---

Top Contributors

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

---

Tags

seo

### Embed Badge

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

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.3M49](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k832.6k52](/packages/neuron-core-neuron-ai)[files.com/files-php-sdk

Files.com PHP SDK

2482.9k](/packages/filescom-files-php-sdk)[volcengine/volcengine-php-sdk

119.5k](/packages/volcengine-volcengine-php-sdk)

PHPackages © 2026

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