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

34053PHP

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 1mo ago

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

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

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://www.gravatar.com/avatar/f4996e53b8430a1db406bd880c2813d0ea762113603b49aace4960e37ad6576c?d=identicon)[Reeska](/maintainers/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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[facebook/php-business-sdk

PHP SDK for Facebook Business

90821.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

74513.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

265103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

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