PHPackages                             serp-vision/serp-vision-php-sdk - 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. serp-vision/serp-vision-php-sdk

ActiveLibrary

serp-vision/serp-vision-php-sdk
===============================

Interact with the SERP Vision API

1.0.3(9y ago)02711MITPHPPHP &gt;=5.3.0

Since Jan 26Pushed 9y agoCompare

[ Source](https://github.com/SERPVision/SERPVision-php-sdk)[ Packagist](https://packagist.org/packages/serp-vision/serp-vision-php-sdk)[ Docs](https://github.com/SERPVision/SERPVision-php-sdk)[ RSS](/packages/serp-vision-serp-vision-php-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (1)Used By (1)

SERP-Vision-php-sdk
===================

[](#serp-vision-php-sdk)

This SDK is available for SERP Vision. You can use the API to provide SERP data in your own application. Request your API-Key here .

The full documentation can be found on the website

\#Get started

**Install with composer (preferred)**

Either run

```
$ php composer.phar require serp-vision/serp-vision-php-sdk "dev-master"

```

or add

```
"serp-vision/serp-vision-php-sdk": "dev-master"

```

to the require section of your composer.json file.

**Without composer**

*Download*

```
git clone https://github.com/SERPVision/SERPVision-php-sdk.git

```

\#Example

```
use SERPVision\SERPVisionApi;

const SERPVISION_API_KEY = "MY-API-KEY";

$serpVision = new SERPVisionApi();

$res = $serpVision->getCredit(SERPVISION_API_KEY);

if ($res['status'] == 'ok') {

    // Display the credit
    echo $res['credit'];
}
else {

    // Some error occurred
    echo $res['message'];
}

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

3390d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/977e7971cf02ea402b6f67e2f22da0ad831beb2599ffbcaf8ca4daa9e10da4a3?d=identicon)[SERPVision](/maintainers/SERPVision)

---

Top Contributors

[![SERPVision](https://avatars.githubusercontent.com/u/25325255?v=4)](https://github.com/SERPVision "SERPVision (12 commits)")

### Embed Badge

![Health badge](/badges/serp-vision-serp-vision-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/serp-vision-serp-vision-php-sdk/health.svg)](https://phpackages.com/packages/serp-vision-serp-vision-php-sdk)
```

PHPackages © 2026

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