PHPackages                             sooluh/papercups - 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. sooluh/papercups

ActiveLibrary[API Development](/categories/api)

sooluh/papercups
================

Unofficial Papercups PHP library provides convenient access to the Papercups API from applications written in server-side PHP

023PHP

Since May 24Pushed 2y ago1 watchersCompare

[ Source](https://github.com/sooluh/papercups)[ Packagist](https://packagist.org/packages/sooluh/papercups)[ RSS](/packages/sooluh-papercups/feed)WikiDiscussions main Synced 4d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Papercups PHP
=============

[](#papercups-php)

[![Latest Stable Version](https://camo.githubusercontent.com/6bb09ae549f63006706e66e1bab7461ce8cfadf329a8ad6359ae6f988706407b/687474703a2f2f706f7365722e707567782e6f72672f736f6f6c75682f7061706572637570732f76)](https://packagist.org/packages/sooluh/papercups)[![Total Downloads](https://camo.githubusercontent.com/a0e1c2c4c79e3c6a7ba9c69b8ac7f7f1b0a1c664b6671defcb11fe811c663fc6/687474703a2f2f706f7365722e707567782e6f72672f736f6f6c75682f7061706572637570732f646f776e6c6f616473)](https://packagist.org/packages/sooluh/papercups)[![Latest Unstable Version](https://camo.githubusercontent.com/464256d8d509d6c471fccdc17c23a13de6d3af76e79c801ef35f59297c484fb7/687474703a2f2f706f7365722e707567782e6f72672f736f6f6c75682f7061706572637570732f762f756e737461626c65)](https://packagist.org/packages/sooluh/papercups)[![License](https://camo.githubusercontent.com/b0edbeed0979d9e9760a69966ec159324569c8cec16941c9d2ea5e609152be4e/687474703a2f2f706f7365722e707567782e6f72672f736f6f6c75682f7061706572637570732f6c6963656e7365)](https://packagist.org/packages/sooluh/papercups)

Unofficial Papercups PHP library provides convenient access to the Papercups API from applications written in server-side PHP.

Requirements
------------

[](#requirements)

- PHP &gt;= 7.3
- Composer

Features
--------

[](#features)

- PSR-4 autoloading compliant structure
- PSR-2 compliant code style
- Easy to use with any framework or even a plain php file
- Useful tools for better code included

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

[](#installation)

Install the package with:

```
composer require sooluh/papercups
```

Usage
-----

[](#usage)

The package needs to be configured with an API key, which is available in the [Papercups dashboard](https://app.papercups.io/developers/personal-api-keys). Require the package with the key's value:

```
