Skip to content

1stake/omnipay-skrill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Omnipay: Skrill gateway

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages