laravel-tranzzo maintained by vt2
Description
Integration of Tranzzo systems for Laravel
Author
Last update
2020/11/25 17:57
(dev-main)
License
Downloads
9
Tags
Laravel Tranzzo
Integration of Tranzzo payment service for Laravel
Installation
You can install the package via composer:
composer require vt2/laravel-tranzzo
You can publish the config file:
php artisan vendor:publish --provider="Vt2\LaravelTranzzo\TranzzoServiceProvider" --tag="config"
Set environment variable (.env)
TRANZZO_API_URL=https://cpay.tranzzo.com/api/v1
TRANZZO_ENDPOINTS_KEY=
TRANZZO_WIDGET_KEY=
# client to merchant (payment)
TRANZZO_POS_ID=
TRANZZO_API_KEY=
TRANZZO_API_SECRET=
# merchant to client (credit)
TRANZZO_CREDIT_POS_ID=
TRANZZO_CREDIT_API_KEY=
TRANZZO_CREDIT_API_SECRET=
Usage
Changelog
Please see CHANGELOG for more information what has changed recently.
Security
If you discover any security related issues, please email v.taranenko@Vt2.net instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.