PHPackages                             digikraaft/velvpay-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. digikraaft/velvpay-php

ActiveLibrary[Payment Processing](/categories/payments)

digikraaft/velvpay-php
======================

PHP Implementation of VelvPay API

v1.0(1y ago)066—0%1[1 PRs](https://github.com/digikraaft/velvpay-php/pulls)MITPHPPHP ^8.0|^8.1|^8.2CI failing

Since Aug 31Pushed 6mo agoCompare

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

READMEChangelog (1)Dependencies (7)Versions (2)Used By (0)

Introduction
============

[](#introduction)

[![License: MIT](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)](https://opensource.org/licenses/MIT)

This package provides an expressive and convenient way to interact with the [Velvpay API](https://bit.ly/velvapi).

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

[](#installation)

You can install the package via composer:

```
composer require digikraaft/velvpay-php
```

Usage
-----

[](#usage)

All APIs documented in Velvpay's [Developer Reference](https://bit.ly/velvapi) are currently supported by this package.

Authentication
--------------

[](#authentication)

You must first authenticate with Velvpay before any of the endpoints and available methods can be used. To do so, set your secret, public and encryption keys:

```
