PHPackages                             open-southeners/carbone-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. [PDF &amp; Document Generation](/categories/documents)
4. /
5. open-southeners/carbone-sdk

ActiveLibrary[PDF &amp; Document Generation](/categories/documents)

open-southeners/carbone-sdk
===========================

Unofficial port of the Carbone API SDK to Saloon v3

2.0.1(1mo ago)01.3k[1 PRs](https://github.com/open-southeners/carbone-sdk/pulls)MITPHPPHP ^8.2CI passing

Since Dec 26Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/open-southeners/carbone-sdk)[ Packagist](https://packagist.org/packages/open-southeners/carbone-sdk)[ GitHub Sponsors](https://github.com/sponsors/open-southeners)[ RSS](/packages/open-southeners-carbone-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (10)Versions (9)Used By (0)

Carbone PHP [![required php version](https://camo.githubusercontent.com/2f9d5f04ff835dee307b41db4c307e294d4b90335b16f702e481906c6dba19d7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6f70656e2d736f757468656e6572732f636172626f6e652d73646b)](https://www.php.net/supported-versions.php) [![codecov](https://camo.githubusercontent.com/d72a3de37e518b916d2b2c6c633dec7e7b5c576b78542e7e4d5a5cd7bb9d3328/68747470733a2f2f636f6465636f762e696f2f67682f6f70656e2d736f757468656e6572732f636172626f6e652d73646b2f6272616e63682f6d61696e2f67726170682f62616467652e7376673f746f6b656e3d7a693057446e75546d62)](https://codecov.io/gh/open-southeners/carbone-sdk) [![Edit on VSCode online](https://camo.githubusercontent.com/1e825ede949540f53ec4dce8dc8ad93376081856a01b7e3ce2f24f41c9133405/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7673636f64652d656469742532306f6e6c696e652d626c75653f6c6f676f3d76697375616c73747564696f636f6465)](https://vscode.dev/github/open-southeners/carbone-sdk)
=============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#carbone-php---)

Unofficial port of the Carbone API SDK to Saloon v4

Getting started
---------------

[](#getting-started)

```
composer require open-southeners/carbone-sdk

```

### Laravel installation

[](#laravel-installation)

To make this work within a Laravel app you just need to add the following at the very bottom of your `.env` file:

```
CARBONE_API_KEY='your-carbone-api-key'
```

To customise the API version and more you can simply add `carbone` array item to the *config/services.php*:

```
