1stake/omnipay-skrill

Skrill driver for the Omnipay payment processing library

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/1stake/omnipay-skrill

1.0 2022-04-04 09:01 UTC

This package is auto-updated.

Last update: 2025-11-21 11:17:58 UTC


README

Skrill driver for the Omnipay PHP payment processing library.

Installation

composer require 1stake/omnipay-skrill

Usage

Initialize

This step is required before using other methods.

$gateway = Omnipay::create('Skrill');
   
$gateway->initialize([
    'email'         => '...',
    'secretWord'    => '...',
);

Support

If you are having general issues with Omnipay, we suggest posting on Stack Overflow. Be sure to add the omnipay tag so it can be easily found.

If you want to keep up to date with release anouncements, discuss ideas for the project, or ask more detailed questions, there is also a mailing list which you can subscribe to.