PHPackages                             wolvpay/wolvpay-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. [Payment Processing](/categories/payments)
4. /
5. wolvpay/wolvpay-php

ActiveLibrary[Payment Processing](/categories/payments)

wolvpay/wolvpay-php
===================

Official PHP SDK for the WolvPay cryptocurrency payment API.

1.0.0(3mo ago)00MITPHP &gt;=8.0

Since Apr 19Compare

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

READMEChangelogDependenciesVersions (2)Used By (0)

wolvpay-php
===========

[](#wolvpay-php)

Official PHP SDK for the [WolvPay](https://wolvpay.com) cryptocurrency payment API.

[![Latest Version](https://camo.githubusercontent.com/7bd35549cf8dbf29a7618a0c72df05062a5cf06da65b60552ccf1985d1ae1128/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f776f6c767061792f776f6c767061792d7068702e737667)](https://packagist.org/packages/wolvpay/wolvpay-php)[![PHP Version](https://camo.githubusercontent.com/c43a736f738fa982a023ed7fc827895810d2ca0f353aa53674e0691bccea1034/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344382e302d626c7565)](https://www.php.net)[![License](https://camo.githubusercontent.com/8bb50fd2278f18fc326bf71f6e88ca8f884f72f179d3e555e20ed30157190d0d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e2e737667)](LICENSE)

---

What is WolvPay?
----------------

[](#what-is-wolvpay)

[WolvPay](https://wolvpay.com) is a secure, low-fee cryptocurrency payment processor built for developers and businesses. It lets you accept payments in Bitcoin, Litecoin, USDT, USDC, and many other cryptocurrencies — either through a **hosted payment page** (zero front-end work) or a fully **white-label flow** where you control the entire UI.

This is the **official PHP SDK**. It wraps the WolvPay REST API so you can create and manage invoices, verify webhook signatures, and handle payment events with clean, typed PHP code — no boilerplate required.

> **API docs:** [wolvpay.com/docs](https://wolvpay.com/docs)
> **Dashboard:** [wolvpay.com/home](https://wolvpay.com/home)
> **Discord:** [wolvpay.com/discord](https://wolvpay.com/discord)

---

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

[](#requirements)

- PHP 8.0 or higher
- `ext-curl`
- `ext-json`

---

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

[](#installation)

```
composer require wolvpay/wolvpay-php
```

---

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

[](#quick-start)

```
