You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# [Conversion Tools](https://conversiontools.io) API PHP Client
2
+
3
+
[Conversion Tools](https://conversiontools.io) is an online service that offers a fast and easy way to convert documents between different formats, like XML, Excel, PDF, Word, Text, CSV and others.
4
+
5
+
This client allows to integrate the conversion of the files into PHP applications.
6
+
7
+
To convert the files PHP Client uses the public [Conversion Tools REST API](https://conversiontools.io/api-documentation).
-`<conversion type>` is a specific type of conversion, from [API Documentation](https://conversiontools.io/api-documentation).
74
+
-`$fileInput` is the filename of the input file
75
+
-`$fileOutput` is the filename of the output file
76
+
-`$options` is a PHP array with options for a corresponding converter, for example:
77
+
```php
78
+
$options = ['delimiter' => 'tabulation'];
79
+
```
80
+
81
+
## Requirements
82
+
83
+
PHP version 5.4.0 or later.
84
+
85
+
## Documentation
86
+
87
+
List of available Conversion Types and corresponding conversion options can be found on the [Conversion Tools API Documentation](https://conversiontools.io/api-documentation) page.
0 commit comments