PHPackages                             trycourier/courier - 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. trycourier/courier

ActiveLibrary[API Development](/categories/api)

trycourier/courier
==================

Courier PHP SDK

v5.2.0(2mo ago)16643.9k↓16.6%7Apache-2.0PHPPHP ^8.1CI passing

Since Jan 12Pushed 1mo ago16 watchersCompare

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

READMEChangelog (10)Dependencies (28)Versions (53)Used By (0)

Courier PHP SDK
===============

[](#courier-php-sdk)

> **Beta**: The PHP SDK is in beta. APIs may change between releases. [Share feedback or report issues on GitHub.](https://github.com/trycourier/courier-php/issues/new)

The Courier PHP SDK provides typed access to the Courier REST API from any PHP 8.1+ application. It uses named parameters for optional arguments and returns strongly typed response objects.

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

[](#installation)

Add the Courier repository and package to your `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "git@github.com:trycourier/courier-php.git"
    }
  ],
  "require": {
    "trycourier/courier": "^5.0"
  }
}
```

Then run `composer install`. Find the latest version on [GitHub Releases](https://github.com/trycourier/courier-php/releases).

Quick Start
-----------

[](#quick-start)

```
