PHPackages                             antoniadisio/creem-php - 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. antoniadisio/creem-php

ActiveLibrary[API Development](/categories/api)

antoniadisio/creem-php
======================

Unofficial but passionate typed PHP SDK for Creem with resource DTOs, webhook helpers, and Saloon-powered transport.

v2.0.1(4mo ago)12[3 PRs](https://github.com/antoniadisio/creem-php/pulls)MITPHPPHP ^8.4CI passing

Since Mar 4Pushed 1mo agoCompare

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

READMEChangelog (10)Dependencies (5)Versions (19)Used By (0)

 [![creem-php](https://camo.githubusercontent.com/87cb3b7970df558e1f2b79497260e664f2b6914165538bf3faabc8a5ca571531/68747470733a2f2f62616e6e6572732e6265796f6e64636f2e64652f637265656d2d7068702e706e673f7468656d653d6461726b267061636b6167654d616e616765723d636f6d706f7365722b72657175697265267061636b6167654e616d653d616e746f6e6961646973696f253246637265656d2d706870267061747465726e3d617263686974656374267374796c653d7374796c655f31266465736372697074696f6e3d5048502b53444b2b746f2b656173696c792b696e746567726174652b612b5048502532464c61726176656c2b6170706c69636174696f6e2b776974682b437265656d2e696f266d643d312673686f7757617465726d61726b3d3026666f6e7453697a653d3132357078)](https://camo.githubusercontent.com/87cb3b7970df558e1f2b79497260e664f2b6914165538bf3faabc8a5ca571531/68747470733a2f2f62616e6e6572732e6265796f6e64636f2e64652f637265656d2d7068702e706e673f7468656d653d6461726b267061636b6167654d616e616765723d636f6d706f7365722b72657175697265267061636b6167654e616d653d616e746f6e6961646973696f253246637265656d2d706870267061747465726e3d617263686974656374267374796c653d7374796c655f31266465736372697074696f6e3d5048502b53444b2b746f2b656173696c792b696e746567726174652b612b5048502532464c61726176656c2b6170706c69636174696f6e2b776974682b437265656d2e696f266d643d312673686f7757617465726d61726b3d3026666f6e7453697a653d3132357078)

 [![Packagist Version](https://camo.githubusercontent.com/69e4faa257d993bb00c93d91786fd4b000be6369529886718dbbbdad2f7a7258/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616e746f6e6961646973696f2f637265656d2d7068703f6c6162656c3d5061636b616769737426636f6c6f723d253233663238643161)](https://packagist.org/packages/antoniadisio/creem-php) [![GitHub Tests Action Status](https://camo.githubusercontent.com/4c06e8dab507921e13ca010bffc879b89c5750e7513c22ea3f5e5dff0279ca52/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f616e746f6e6961646973696f2f637265656d2d7068702f7175616c6974792e796d6c3f6272616e63683d6d61696e266c6162656c3d5465737473)](https://github.com/antoniadisio/creem-php/actions/workflows/quality.yml) [![GitHub Code Style Action Status](https://camo.githubusercontent.com/2d9a7a32ff53594a982650baa0a3bf365e357b0f7149ac3c560e27a3a7f5e08d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f616e746f6e6961646973696f2f637265656d2d7068702f7175616c6974792e796d6c3f6272616e63683d6d61696e266c6162656c3d436f64652532305374796c65)](https://github.com/antoniadisio/creem-php/actions/workflows/quality.yml) [![Packagist Downloads](https://camo.githubusercontent.com/d7550b54a1b6344bcc64bab77f554087ee8dfd1841d0d34a5c9a2efd837e3509/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616e746f6e6961646973696f2f637265656d2d7068703f6c6162656c3d446f776e6c6f616473)](https://packagist.org/packages/antoniadisio/creem-php)

Creem PHP SDK
=============

[](#creem-php-sdk)

Unofficial but passionate PHP SDK for Creem, with a typed client facade, resource DTOs, credential profiles, and webhook verification helpers.

This is an independently maintained personal package published under the `antoniadisio` namespace. It is not an official Creem package and is not distributed by Creem.

The public contract centers on a typed `Antoniadisio\Creem\Client` facade for outbound API access, named credential profile helpers for multi-account integrations, and a stateless `Antoniadisio\Creem\Webhook` helper for inbound webhook verification and parsing. `saloonphp/saloon` is used internally for transport only and is not part of the supported consumer-facing API.

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

[](#installation)

```
composer require antoniadisio/creem-php
```

Requires PHP 8.4 or newer. The runtime namespace is `Antoniadisio\Creem\`.

Release history and migration notes live in [the GitHub changelog](https://github.com/antoniadisio/creem-php/blob/main/CHANGELOG.md).

Audience
--------

[](#audience)

- Integrators: use this README and the supported public API in `Antoniadisio\Creem\Client`, `Config`, `Webhook`, `Resource\*`, `Dto\*`, `Enum\*`, and `Exception\*`.
- Contributors: use [the GitHub contributor guide](https://github.com/antoniadisio/creem-php/blob/main/CONTRIBUTING.md).
- Repository workflow and releases: use [the GitHub contributor guide](https://github.com/antoniadisio/creem-php/blob/main/CONTRIBUTING.md), [the release guide](https://github.com/antoniadisio/creem-php/blob/main/RELEASING.md), and the [live playground runbook](https://github.com/antoniadisio/creem-php/blob/main/playground/README.md).

This README stays consumer-focused. Repository workflow, releases, and live verification procedures live in the linked repo docs.

Everything under `Antoniadisio\Creem\Internal\*` is shipped for runtime support only and is not part of the supported consumer-facing API.

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

[](#quick-start)

```
