Skip to content

Releases: cloudconvert/cloudconvert-php

3.4.2

22 Jan 14:52
Compare
Choose a tag to compare

Add region setting

3.4.1

19 Dec 14:53
Compare
Choose a tag to compare

Allow Symfony v7

3.4.0

22 May 11:08
Compare
Choose a tag to compare
  • PSR-17
  • Update and cleanup dependencies

3.3.0

30 Mar 11:04
Compare
Choose a tag to compare
  • Support for Signed URLs
  • Use of new sync API endpoints for job/task wait() methods

3.2.3

08 Nov 10:17
dd78eb5
Compare
Choose a tag to compare

Allow setting job webhook URL (#89)

3.2.2

03 Nov 11:51
Compare
Choose a tag to compare
  • Support PHP 8.1
  • Allow guzzlehttp/psr7 2.0

3.2.1

12 Feb 15:42
Compare
Choose a tag to compare

Allow setting custom filename when uploading:

$cloudconvert->tasks()->upload($uploadTask, fopen('./file.pdf', 'r'), 'file.pdf');

3.2.0

07 Dec 11:39
Compare
Choose a tag to compare

Support for PHP8

3.1.0

09 Sep 10:07
Compare
Choose a tag to compare

The SDK is not tied to Guzzle 6 any more.
If you would like to continue using this SDK with Guzzle 6, add the adapter to your project:

composer require php-http/guzzle6-adapter

Alternatively, if you want to use Guzzle 7:

composer require "guzzlehttp/guzzle:^7.0"

3.0.0

12 Dec 12:40
Compare
Choose a tag to compare

The PHP SDK v3 is a complete rewrite for API v2 only!

For API v1, please use version 2.*.