PHPackages                             reeska/semrush - 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. reeska/semrush

ActiveLibrary[API Development](/categories/api)

reeska/semrush
==============

Semrush API PHP client

34183PHP

Since May 10Pushed 8y ago2 watchersCompare

[ Source](https://github.com/Reeska/semrush)[ Packagist](https://packagist.org/packages/reeska/semrush)[ RSS](/packages/reeska-semrush/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Semrush API PHP client
======================

[](#semrush-api-php-client)

Library to easily querying Semrush API. All web services are not implemented yet.

Implemented Features
--------------------

[](#implemented-features)

- Domain Overview (All databases)
- Domain Organic Search Keywords
- Domain Overview (History)

Download
--------

[](#download)

You can use composer to retrieve this library like below (recommanded method) :

```
$ php composer.phar require "reeska/semrush" "dev-master"

```

Packagist URL :

Usage
-----

[](#usage)

Example : you want to get all keywords and their positions for the website github.com :

```
require_once __DIR__.'/vendor/autoload.php';

use Reeska\Semrush\SemrushAPI;

$semrush = new SemrushAPI('api_key');
$results = $semrush->organicSearchKeywords('github.com');

foreach($results as $result) {
  echo 'Keyword : '. $result->keyword();
  echo 'Position : '. $result->position();
}
```

See Semrush documentation here :

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8579790?v=4)[Thomas Champion](/maintainers/Reeska)[@Reeska](https://github.com/Reeska)

---

Top Contributors

[![Reeska](https://avatars.githubusercontent.com/u/8579790?v=4)](https://github.com/Reeska "Reeska (18 commits)")

### Embed Badge

![Health badge](/badges/reeska-semrush/health.svg)

```
[![Health](https://phpackages.com/badges/reeska-semrush/health.svg)](https://phpackages.com/packages/reeska-semrush)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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