payengineco/payengine-php-sdk

PayEngine SDK

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/payengineco/payengine-php-sdk

dev-master 2023-02-14 07:28 UTC

This package is not auto-updated.

Last update: 2025-12-30 20:54:26 UTC


README

How to use

When application is starting, call this API

PayEngine\PayEngine::enableEmulator($mode);

Available $mode

  • PayEngine\EmulatorMode::PAYRIX
  • PayEngine\EmulatorMode::STRIPE
  • PayEngine\EmulatorMode::BOTH

Stop:

PayEngine\PayEngine::disableEmulator();