trevipay/trevipay-php

TreviPay PHP Library

1.0.8 2023-04-19 01:59 UTC

This package is auto-updated.

Last update: 2024-04-30 00:27:10 UTC


README

Installation

Using Composer

Install the TreviPay PHP library with the following command:

composer require trevipay/trevipay-php

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