redkooala/omnipay-paykeeper

Omnipay driver for paykeeper

1.0.0 2020-08-18 08:14 UTC

This package is auto-updated.

Last update: 2024-04-18 16:16:20 UTC


README

Introduction

This package supports PHP 7.1 and higher

Download

Composer

// This assumes that you have composer installed globally
composer require redkooala/omnipay-paykeeper

Solving problems with minimal stability

Add to your composer.json

{
  "minimum-stability":"dev",
  "prefer-stable": true
}