PHPackages                             serpstat/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. serpstat/sdk

AbandonedArchivedLibrary

serpstat/sdk
============

SDK for Serpstat API v3

1.1.0(7y ago)123.8k8[1 PRs](https://github.com/SerpstatGlobal/serpstat-sdk/pulls)MITPHPPHP &gt;=5.5.9

Since Jan 25Pushed 5y ago4 watchersCompare

[ Source](https://github.com/SerpstatGlobal/serpstat-sdk)[ Packagist](https://packagist.org/packages/serpstat/sdk)[ RSS](/packages/serpstat-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

serpstat/sdk
============

[](#serpstatsdk)

[![Serpstat](https://camo.githubusercontent.com/8eeb9b8d9d7dba5a04b196cba0b1e2ab3efbeec323157d40aa3ed94ddaf0bdd7/68747470733a2f2f696d616765732e6e65747065616b2e75612f736f66742f73657270737461742d6c6f676f2e706e67)](https://camo.githubusercontent.com/8eeb9b8d9d7dba5a04b196cba0b1e2ab3efbeec323157d40aa3ed94ddaf0bdd7/68747470733a2f2f696d616765732e6e65747065616b2e75612f736f66742f73657270737461742d6c6f676f2e706e67)

**This is the official SDK library for the [Serpstat API v3](https://serpstat.com/api/)**

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

[](#getting-started)

### Step 1: Create authentication token

[](#step-1-create-authentication-token)

API Serpstat uses the User Token to authenticate requests. You can create a token on your [profile page](https://serpstat.com/users/profile/).

### Step 2: Install the Package

[](#step-2-install-the-package)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require serpstat/sdk
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md) of the Composer documentation.

### Step 3: Use in application

[](#step-3-use-in-application)

```
