trevipay / trevipay-php
TreviPay PHP Library
Package info
github.com/trevipay/trevipay-php
Type:magento2-library
pkg:composer/trevipay/trevipay-php
1.0.10
2025-08-20 04:45 UTC
Requires
- php: >=8.1
- guzzlehttp/guzzle: ^6.0 || ^7.3.0
- monolog/monolog: ^2.0 || ^3.9.0
Requires (Dev)
- fakerphp/faker: v1.16.0
- magento/framework: ^102.0.3 || 103.0.*
- mockery/mockery: ^1.4
- phpunit/phpunit: ^9
- squizlabs/php_codesniffer: 3.*
This package is auto-updated.
Last update: 2026-02-20 05:57:13 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);