PHPackages                             vertopal/vertopal-php - 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. vertopal/vertopal-php

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

vertopal/vertopal-php
=====================

PHP library for Vertopal file conversion API

v1.1.1(2y ago)93.0k1MITPHPPHP &gt;=7.4.0

Since Jul 26Pushed 2y ago1 watchersCompare

[ Source](https://github.com/vertopal/vertopal-php)[ Packagist](https://packagist.org/packages/vertopal/vertopal-php)[ Docs](https://www.vertopal.com)[ Fund](https://www.vertopal.com/en/donate)[ RSS](/packages/vertopal-vertopal-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)DependenciesVersions (4)Used By (0)

Vertopal-PHP
============

[](#vertopal-php)

Vertopal-PHP is a PHP library for easy access to [Vertopal file conversion API](https://www.vertopal.com/en/developer/api).

Using Vertopal-PHP, you can get started quickly and easily implement the support of converting +350 file formats into your project.

Installing Vertopal-PHP
-----------------------

[](#installing-vertopal-php)

Vertopal-PHP is available on [Packagist](https://packagist.org/packages/vertopal/vertopal-php) and can be installed using [Composer](https://getcomposer.org/):

```
composer require vertopal/vertopal-php
```

If you're not using Composer, you can also download the most recent version of Vertopal-PHP source code as a ZIP file from the [release page](https://github.com/vertopal/vertopal-php/releases/latest)and load each class file manually.

### Requirements

[](#requirements)

- **PHP 7.4.0** or higher
- **cURL** extension enabled

Using Vertopal-PHP
------------------

[](#using-vertopal-php)

To use Vertopal-PHP you need to [obtain an App-ID and a Security Token](http://www.vertopal.com/en/account/api/app/new)as client credentials for API authentication.

The following code illustrates [GIF to APNG](https://www.vertopal.com/en/convert/gif-to-apng) conversion using the Vertopal PHP library.

```
