Skip to content

PHP Library to interface with the TreviPay service

License

Notifications You must be signed in to change notification settings

grantoz/trevipay-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TreviPay PHP Library

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

About

PHP Library to interface with the TreviPay service

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%