PHPackages                             conversiontools/conversiontools-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. [API Development](/categories/api)
4. /
5. conversiontools/conversiontools-php

ActiveLibrary[API Development](/categories/api)

conversiontools/conversiontools-php
===================================

Conversion Tools REST API PHP Client library

2.0.0(2mo ago)58.3k↓50%1MITPHPPHP &gt;=8.1

Since Oct 4Pushed 2mo ago1 watchersCompare

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

READMEChangelog (2)Dependencies (2)Versions (6)Used By (0)

[Conversion Tools](https://conversiontools.io) PHP Client
=========================================================

[](#conversion-tools-php-client)

[Conversion Tools](https://conversiontools.io) is an online service for converting files between formats — XML, Excel, PDF, Word, CSV, JSON, images, audio, video, and more.

This library integrates file conversion into PHP applications via the [Conversion Tools REST API](https://conversiontools.io/api-documentation).

Requirements
------------

[](#requirements)

- PHP 8.1 or later
- ext-curl, ext-json (enabled by default in standard PHP installs)

Installation
------------

[](#installation)

```
composer require conversiontools/conversiontools-php
```

Quick Start
-----------

[](#quick-start)

Get your API token from [conversiontools.io/profile](https://conversiontools.io/profile).

```
