tnhnclskn / paytr
PayTR
dev-main
2023-09-17 13:56 UTC
Requires
- ext-curl: *
- ext-json: *
- guzzlehttp/guzzle: ^7.0
This package is auto-updated.
Last update: 2025-02-17 17:20:55 UTC
README
You can install the bindings via Composer. Run the following command:
composer require tnhnclskn/paytr
To use the bindings, use Composer's autoload:
require_once('vendor/autoload.php');
Dependencies
The bindings require the following extensions in order to work properly:
Getting Started
Simple usage looks like sample files in the examples
directory.