PHPackages                             wallet/wallet - 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. wallet/wallet

ActiveWallet-api-plugin[API Development](/categories/api)

wallet/wallet
=============

Official PHP SDK for the Wallet Inc CRM &amp; Digital Payments platform.

2.25.1(2w ago)4571Apache-2.0PHPPHP ^7.4 || ^8.0

Since Jul 6Pushed 1w ago2 watchersCompare

[ Source](https://github.com/WalletInc/sdk-php)[ Packagist](https://packagist.org/packages/wallet/wallet)[ Docs](https://wallet.dev)[ RSS](/packages/wallet-wallet/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (4)Versions (57)Used By (0)

[![Wallet Inc](https://camo.githubusercontent.com/c4baa70037d5989ec7e36f82c012cab72198273930f2a008059053a1a0fe46a5/68747470733a2f2f7265736f75726365732e77616c6c65742e696e632f6c6f676f732f77616c6c65742d3335307839362e706e67)](https://camo.githubusercontent.com/c4baa70037d5989ec7e36f82c012cab72198273930f2a008059053a1a0fe46a5/68747470733a2f2f7265736f75726365732e77616c6c65742e696e632f6c6f676f732f77616c6c65742d3335307839362e706e67)

Wallet SDK for PHP
==================

[](#wallet-sdk-for-php)

[![Latest version](https://camo.githubusercontent.com/731a548376fce2022cb1bc41f698d2007a276deea4e655c87700b6489338acfc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f77616c6c65742f77616c6c65742e7376673f636f6c6f723d326437666639)](https://packagist.org/packages/wallet/wallet)[![Downloads](https://camo.githubusercontent.com/cc642befc390907077ec2e146a2959e11022f6c5ed12c3d9910e200d49068a3f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f77616c6c65742f77616c6c65742e7376673f636f6c6f723d326437666639)](https://packagist.org/packages/wallet/wallet)

The official server-side PHP SDK for the [Wallet Inc](https://wallet.inc) CRM &amp; Digital Payments platform. Create and manage membership tiers, club members, vouchers, promotions, store credit, payment designs, SMS/MMS, and more.

> **Access note:** this module is currently restricted to Wallet Inc customers. Need access or a hand getting started? Join us on [Discord](https://discord.gg/xzwhcNCjcQ).

Links
-----

[](#links)

- Website:
- Developer docs:
- API status:
- All SDKs:

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

[](#requirements)

PHP 7.4+ (works on PHP 8).

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

[](#installation)

```
composer require wallet/wallet
```

Quickstart
----------

[](#quickstart)

Point the client at the API host and send your API key as the `access-token` header on every request. Create your key in the [Wallet Developer Hub](https://wallet.dev).

```
