PHPackages                             transloadit/php-sdk - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. transloadit/php-sdk

ActiveLibrary[File &amp; Storage](/categories/file-storage)

transloadit/php-sdk
===================

Transloadit SDK

3.3.0(6mo ago)63393.6k↓11.8%211MITPHPPHP &gt;=7.4.0CI failing

Since Apr 23Pushed 6mo ago5 watchersCompare

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

READMEChangelog (3)Dependencies (3)Versions (23)Used By (1)

Transloadit PHP SDK
===================

[](#transloadit-php-sdk)

[![Test Actions Status](https://github.com/transloadit/php-sdk/actions/workflows/ci.yml/badge.svg)](https://github.com/transloadit/php-sdk/actions/workflows/ci.yml)[![Code coverage](https://camo.githubusercontent.com/ef80a80beb8f1387a59d29ab29aa4e8682b76521ce68ec0644d01803bc911b93/68747470733a2f2f636f6465636f762e696f2f67682f7472616e736c6f616469742f7068702d73646b2f6272616e63682f6d61696e2f67726170682f62616467652e737667)](https://codecov.io/gh/transloadit/php-sdk)[![Packagist PHP Version Support](https://camo.githubusercontent.com/25c5fb62a822e9c2c7012b1a8482fd61d8a68eea74490bb9a11fba93f74c0e71/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f7472616e736c6f616469742f7068702d73646b)](https://camo.githubusercontent.com/25c5fb62a822e9c2c7012b1a8482fd61d8a68eea74490bb9a11fba93f74c0e71/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f7472616e736c6f616469742f7068702d73646b)[![License](https://camo.githubusercontent.com/784362b26e4b3546254f1893e778ba64616e362bd6ac791991d2c9e880a3a64e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d677265656e2e737667)](https://github.com/transloadit/php-sdk/blob/main/LICENSE)

Introduction
------------

[](#introduction)

The Transloadit PHP SDK provides a simple and efficient way to interact with Transloadit's file processing service in your PHP applications. With this SDK, you can easily:

- Create and manage file upload assemblies
- Use pre-defined templates for common file processing tasks
- Handle notifications and retrieve assembly statuses
- Integrate Transloadit's powerful file processing capabilities into your PHP projects

This SDK simplifies the process of working with Transloadit's REST API, allowing you to focus on building great applications without worrying about the complexities of file processing.

Install
-------

[](#install)

```
composer require transloadit/php-sdk

```

Keep your Transloadit account's Auth Key &amp; Secret nearby. You can check the [API credentials](https://transloadit.com/accounts/credentials) page for these values.

Usage
-----

[](#usage)

### 1. Upload and resize an image from your server

[](#1-upload-and-resize-an-image-from-your-server)

This example demonstrates how you can use the SDK to create an Assembly on your server.

It takes a sample image file, uploads it to Transloadit, and starts a resizing job on it.

```
