Skip to content

Releases: uploadcare/uploadcare-php

v3.2.0

15 Nov 13:02
aa848dd
Compare
Choose a tag to compare

Each webhook payload now can be signed with a secret to ensure that the request comes from the expected sender.

v3.1.1

21 Jun 11:17
8cc9bb8
Compare
Choose a tag to compare

Now you can generate Secure CDN URLs for images with transformations.

v3.1.0

20 May 14:20
1b0cfd1
Compare
Choose a tag to compare

PHP version update, PDF conversion improvement

  • Dropped support for old PHP versions. You must update PHP to 7.1 or a newer version to use this version.
  • Added PHP 8 support.
  • Modified classes for strict types usage.
  • Modified terms for naming agreement.
  • Updated tests.
  • Added option to convert PDF files without a page parameter.

v3.0.3

29 Jan 03:21
b4ee92e
Compare
Choose a tag to compare

Fixed file copy methods between default Uploadcare storage and remote storage (Amazon s3)

v3.0.2

15 Jan 08:04
ab44e4e
Compare
Choose a tag to compare

Serialization for originalFileUrl.

v3.0.1

17 Oct 08:01
732e4bc
Compare
Choose a tag to compare

Added support for guzzlehttp/guzzle:^7.

v3.0.0

28 Sep 08:43
dd909cd
Compare
Choose a tag to compare

Brand new Uploadcare PHP library. It covers 100% of Uploadcare APIs.

Features:

  • Direct file uploads, uploads from URL, multipart uploads.
  • Get info, store, group, copy to local or remote storage, and delete files.
  • Convert documents to other document and image formats.
  • Encode videos, generate thumbnails, cut, adjust quality, format, and size.
  • Secure authorization, uploads, and delivery.

Example project.

Check out README to learn how to include this PHP library into your project and to explore new usage examples.

Multipart upload

02 Jul 12:34
Compare
Choose a tag to compare
Multipart upload Pre-release
Pre-release

Added

  • Support for upload large files with Multipart uploader

Version 2.4.0-rc — 2020-01-13

13 Jan 12:06
b625673
Compare
Choose a tag to compare
Pre-release

Added

Version 2.3.0 — 2019-09-06

06 Sep 16:22
Compare
Choose a tag to compare

Added

  • Allow to specify filename for local uploads
  • Allow to control "autostore" for local uploads

Fixed

  • Wrong return type for createRemoteCopy method in API.php.
    As result is always casted to string, the return type should be string