PHPackages                             rankvectors/rankvectors - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. rankvectors/rankvectors

ActiveLibrary[HTTP &amp; Networking](/categories/http)

rankvectors/rankvectors
=======================

RankVectors automatically discovers and implements the internal links that improve your website's SEO performance and user experience.

v1.3.1(5mo ago)00unlicensePHPPHP ^8.1CI failing

Since Nov 19Pushed 5mo agoCompare

[ Source](https://github.com/RankVectors/php-sdk)[ Packagist](https://packagist.org/packages/rankvectors/rankvectors)[ Docs](https://openapi-generator.tech)[ RSS](/packages/rankvectors-rankvectors/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (4)Versions (2)Used By (0)

rankvectors/rankvectors
=======================

[](#rankvectorsrankvectors)

Intelligent internal linking optimization API using AI.

RankVectors helps you automatically discover and implement optimal internal links across your website to improve SEO performance and user experience.

Key Features
------------

[](#key-features)

- **AI-Powered Analysis**: Uses OpenAI embeddings to find optimal linking opportunities
- **Smart Crawling**: Automatically crawls and analyzes your website content
- **Automated Implementation**: Implement links via webhooks or manual instructions
- **Page-Based Plans**: Predictable pricing by number of pages monitored
- **Multi-Platform Support**: Works with any CMS or platform via REST API

Getting Started
---------------

[](#getting-started)

1. Create a project with your website URL
2. Start a crawl to analyze your content
3. Generate AI-powered link suggestions
4. Implement suggestions via API or webhook
5. Track performance and manage page usage and limits

Authentication
--------------

[](#authentication)

Most API endpoints support authentication using your RankVectors API key. Include your API key in the `Authorization` header:

```
Authorization: Bearer YOUR_API_KEY

```

Get your API key from your RankVectors dashboard: Settings → API Keys

**Note**: Some endpoints (marked in the documentation) support both API key authentication and web session authentication (Stack Auth). API key authentication is required for SDK usage and external integrations like WordPress plugins.

For more information, please visit .

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 8.1 and later.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/rankvectors/rankvectors-php-sdk.git"
    }
  ],
  "require": {
    "rankvectors/rankvectors-php-sdk": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
