PHPackages                             jaybizzle/rankinity-api - 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. jaybizzle/rankinity-api

ActiveLibrary[API Development](/categories/api)

jaybizzle/rankinity-api
=======================

A simple PHP wrapper for the Rankinity API

v1.0.0(10y ago)318MITPHPPHP &gt;=5.4.0

Since Mar 2Pushed 10y ago1 watchersCompare

[ Source](https://github.com/JayBizzle/Rankinity-API)[ Packagist](https://packagist.org/packages/jaybizzle/rankinity-api)[ Docs](https://github.com/JayBizzle/Rankinity-API/)[ RSS](/packages/jaybizzle-rankinity-api/feed)WikiDiscussions master Synced 2mo ago

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

Rankinity API
=============

[](#rankinity-api)

[![Build Status](https://camo.githubusercontent.com/ed006dfab01e67402a2c813ee5ffaf13d29ea77ed19f13204d9b5f287f6e651a/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f4a617942697a7a6c652f52616e6b696e6974792d4150492f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/JayBizzle/Rankinity-API) [![StyleCI](https://camo.githubusercontent.com/8d8ec8ceceffa6bfc3b2c6a685ff80de8e24dbb7ee5563933ffbda3b4beccfe6/68747470733a2f2f7374796c6563692e696f2f7265706f732f35323939393035302f736869656c64)](https://styleci.io/repos/52999050) [![Total Downloads](https://camo.githubusercontent.com/deb293481e6ceb16b8ca4073cbea2b6d9b78281a7db7133b0296af29d65f74ad/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f4a617942697a7a6c652f52616e6b696e6974792d4150492e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jaybizzle/rankinity-api)

### Installation

[](#installation)

Add `"jaybizzle/rankinity-api": "1.*"` to your composer.json.

### Usage

[](#usage)

You can read the official Rankinity API documention here -

All the Rankinity API endpoints can be called by prefixing the name with `get` e.g

```
use Jaybizzle\Rankinity;

$r = new Rankinity('YOUR_API_KEY');

// get all projects
$projects = $r->getProjects();
```

Most Rankinity API endpoints can accept query string parameters, such as `sort_property` to sort the results returned. Taking the above projects example, we can simply do this...

```
$projects = $r->sortProperty('name')->getProjects();
```

These can also be chained...

```
$projects = $r->sortProperty('name')->sortAscending('false')->getProjects();
```

Some more examples...

```
//  list of competitors
$competitors = $r->project('project_id')->getCompetitors();

// list of keywords
$keywords = $r->project('project_id')->getKeywords();

// list of keyword groups
$groups = $r->project('project_id')->getGroups();

// list of ranks
$ranks = $r->project('project_id')->searchEngine('search_engine_id')->getRanks();
```

*NOTE: Query parameters are listed in the Rankinity API docs as `snake_case` but we access them using `camelCase` methods so all method calls have a consistent naming convention*

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

3726d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/340752?v=4)[Mark Beech](/maintainers/JayBizzle)[@JayBizzle](https://github.com/JayBizzle)

---

Top Contributors

[![JayBizzle](https://avatars.githubusercontent.com/u/340752?v=4)](https://github.com/JayBizzle "JayBizzle (10 commits)")

---

Tags

apirankinity

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jaybizzle-rankinity-api/health.svg)

```
[![Health](https://phpackages.com/badges/jaybizzle-rankinity-api/health.svg)](https://phpackages.com/packages/jaybizzle-rankinity-api)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[mailchimp/transactional

458.9M16](/packages/mailchimp-transactional)[get-stream/stream-chat

A PHP client for Stream Chat (https://getstream.io/chat/)

301.8M2](/packages/get-stream-stream-chat)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)

PHPackages © 2026

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