trevipay/trevipay-php-bayn

TreviPay PHP Library for Bayn

v0.0.1-beta 2025-05-06 04:04 UTC

This package is auto-updated.

Last update: 2025-05-06 04:53:36 UTC


README

Installation

Using Composer

Install the TreviPay PHP library with the following command:

composer require trevipay/trevipay-php-bayn

Usage

Getting Started

The quickest and simplest way to get started is with the following:

$treviPay = new TreviPay\TreviPay\Client('API-KEY');

$webhookList = $treviPay->webhooks->list();

var_dump($webhookList);

License

MPL 2.0