PHPackages                             cloudconvert/cloudconvert-laravel - 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. [API Development](/categories/api)
4. /
5. cloudconvert/cloudconvert-laravel

ActiveLibrary[API Development](/categories/api)

cloudconvert/cloudconvert-laravel
=================================

Laravel PHP SDK for CloudConvert APIs

1.1.6(2mo ago)28616.6k↓25.9%161MITPHPPHP ^7.1 || ^8.0CI passing

Since Dec 9Pushed 2mo ago3 watchersCompare

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

READMEChangelog (3)Dependencies (10)Versions (11)Used By (1)

cloudconvert-laravel
====================

[](#cloudconvert-laravel)

This is the official Laravel package for the [CloudConvert](https://cloudconvert.com/api/v2) *API v2*. This package depends on the [PHP SDK v3](https://github.com/cloudconvert/cloudconvert-php/tree/master).

[![Tests](https://github.com/cloudconvert/cloudconvert-laravel/actions/workflows/run-tests.yml/badge.svg)](https://github.com/cloudconvert/cloudconvert-laravel/actions/workflows/run-tests.yml)[![Latest Stable Version](https://camo.githubusercontent.com/9291b087cbc2d09ae75abcb114d64755d7b84a5b9fdab67ed888d257a5d4f2f3/68747470733a2f2f706f7365722e707567782e6f72672f636c6f7564636f6e766572742f636c6f7564636f6e766572742d6c61726176656c2f762f737461626c65)](https://packagist.org/packages/cloudconvert/cloudconvert-laravel)[![Total Downloads](https://camo.githubusercontent.com/ef4dec04fba4b002160eb38c0a04e768a73923a7b949887c427c85b58c8952d8/68747470733a2f2f706f7365722e707567782e6f72672f636c6f7564636f6e766572742f636c6f7564636f6e766572742d6c61726176656c2f646f776e6c6f616473)](https://packagist.org/packages/cloudconvert/cloudconvert-laravel)

Installation
------------

[](#installation)

You can install the package alongside Guzzle via composer:

```
composer require cloudconvert/cloudconvert-laravel guzzlehttp/guzzle

```

This package is not tied to any specific HTTP client by using [PSR-7](https://www.php-fig.org/psr/psr-7/), [PSR-17](https://www.php-fig.org/psr/psr-17/), [PSR-18](https://www.php-fig.org/psr/psr-18/), and [HTTPlug](https://httplug.io/). Therefore, you will also need to install packages that provide [`psr/http-client-implementation`](https://packagist.org/providers/psr/http-client-implementation) and [`psr/http-factory-implementation`](https://packagist.org/providers/psr/http-factory-implementation) (for example Guzzle).

Next you must publish the config file.

```
php artisan vendor:publish --provider="CloudConvert\Laravel\Providers\CloudConvertServiceProvider"

```

This is the content that will be published to `config/cloudconvert.php`:

```
