artjoker / laravel-tranzzo
Integration of Tranzzo systems for Laravel
v1.0.2
2020-12-02 12:53 UTC
Requires
- php: ^7.2
- ext-curl: *
- ext-json: *
- illuminate/support: 5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0
Requires (Dev)
- orchestra/testbench: ^4.0
- phpunit/phpunit: ^8.0
README
Laravel Tranzzo
Integration of Tranzzo payment service for Laravel
Installation
You can install the package via composer:
composer require artjoker/laravel-tranzzo
You can publish the config file:
php artisan vendor:publish --provider="Artjoker\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=
# verification credit cards
TRANZZO_VERIFY_POS_ID=
TRANZZO_VERIFY_API_KEY=
TRANZZO_VERIFY_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@artjoker.net instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.