tnhnclskn / paytr
PayTR
Installs: 27
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/tnhnclskn/paytr
Requires
- ext-curl: *
- ext-json: *
- guzzlehttp/guzzle: ^7.0
This package is auto-updated.
Last update: 2025-09-17 18:32:06 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.