PHPackages                             vectorizer/ai - 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. vectorizer/ai

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

vectorizer/ai
=============

Official PHP SDK for the Vectorizer.AI image vectorization API.

v1.0.1(1mo ago)03↓88.9%Apache-2.0PHPPHP ^7.4 || ^8.0CI passing

Since Jun 2Pushed 1mo agoCompare

[ Source](https://github.com/clv/vectorizer-ai-php)[ Packagist](https://packagist.org/packages/vectorizer/ai)[ Docs](https://github.com/clv/vectorizer-ai-php)[ RSS](/packages/vectorizer-ai/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (2)Dependencies (4)Versions (3)Used By (0)

VectorizerAI
============

[](#vectorizerai)

OpenAPI 3.0 specification for the Vectorizer.AI image vectorization API. Authenticate with HTTP Basic auth, using your API Id as the username and your API Secret as the password.

For more information, please visit .

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/clv/vectorizer-ai-php.git"
    }
  ],
  "require": {
    "clv/vectorizer-ai-php": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
