tnhnclskn/paytr

dev-main 2023-09-17 13:56 UTC

This package is auto-updated.

Last update: 2024-04-17 15:27:56 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:

  • curl, although you can use your own non-cURL client if you prefer
  • json

Getting Started

Simple usage looks like sample files in the examples directory.