tag:github.com,2008:https://github.com/conversiontools/conversiontools-php/releases
Release notes from conversiontools-php
2026-02-21T14:46:55Z
tag:github.com,2008:Repository/301176194/v2.0.0
2026-02-21T15:16:09Z
v2.0.0 — Modern PHP Client
<h2>What's new in v2.0.0</h2>
<p>Complete rewrite of the PHP client library.</p>
<ul>
<li><strong>Sync & async support</strong> via Guzzle with promise-based async operations</li>
<li><strong>Full type hints</strong> — PHP 8.0+ with strict typing throughout</li>
<li><strong>Retry logic</strong> — configurable retries with exponential backoff</li>
<li><strong>Progress callbacks</strong> — <code>onUploadProgress</code>, <code>onDownloadProgress</code>, <code>onConversionProgress</code></li>
<li><strong>Streaming downloads</strong> — <code>downloadStream()</code> and <code>downloadStreamAsync()</code> for large files</li>
<li><strong>PSR-7 compatibility</strong> — accepts <code>StreamInterface</code> for uploads</li>
<li><strong>Configurable</strong> — <code>baseUrl</code>, <code>timeout</code>, <code>retries</code>, <code>pollingInterval</code>, <code>webhookUrl</code>, <code>userAgent</code></li>
<li><strong>111 unit tests</strong> covering all public API surface</li>
</ul>
<h2>Requirements</h2>
<ul>
<li>PHP 8.0+</li>
<li>Guzzle 7+</li>
</ul>
<h2>Installation</h2>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="composer require conversiontools/conversiontools-php:^2.0"><pre>composer require conversiontools/conversiontools-php:^2.0</pre></div>
drdmitry
tag:github.com,2008:Repository/301176194/1.0.3
2021-07-26T16:39:53Z
1.0.3
No content.
drdmitry
tag:github.com,2008:Repository/301176194/1.0.2
2021-04-12T11:41:01Z
1.0.2
No content.
drdmitry
tag:github.com,2008:Repository/301176194/1.0.1
2021-04-11T21:18:40Z
1.0.1
No content.
drdmitry
tag:github.com,2008:Repository/301176194/1.0.0
2020-10-04T18:10:30Z
Conversion Tools API PHP Client
No content.
drdmitry