PHPackages                             urlslab/urlslab-php-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. urlslab/urlslab-php-sdk

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

urlslab/urlslab-php-sdk
=======================

optimize your website with SEO

115.7k↓33.3%PHP

Since Feb 13Pushed 2y ago1 watchersCompare

[ Source](https://github.com/QualityUnit/urlslab-php-client)[ Packagist](https://packagist.org/packages/urlslab/urlslab-php-sdk)[ RSS](/packages/urlslab-urlslab-php-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

OpenAPIClient-php
=================

[](#openapiclient-php)

optimize your website with SEO

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

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.4 and later. Should also work with PHP 8.0.

### Composer

[](#composer)

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

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

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
