vggpay / vggpay.php
VGGPAY Payment Gateway
v1.0.3
2024-12-12 12:58 UTC
Requires
- php: ^5.5 || ^7.0 || ^8.0
- ext-curl: *
- ext-json: *
- ext-openssl: *
Requires (Dev)
- phpunit/phpunit: ^11.5
This package is auto-updated.
Last update: 2025-06-13 13:58:31 UTC
README
The VggPay PHP SDK is a PHP library designed for integrating the VggPay payment system. It simplifies interaction with the VggPay API, enabling developers to quickly implement payment functionality.
Usage environment
Requires installation or enabling of PHP extensions: curl, openssl PHP version: ^5.5 || ^7.0 || ^8.0
Example
For a specific example, please refer to the "example.php" file in the root directory.
Installation
You can install the VggPay PHP SDK via Composer:
composer require vggpay/vggpay.php