financialplugins / omnipay-skrill
Skrill driver for the Omnipay payment processing library
Installs: 1 650
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
README
Skrill driver for the Omnipay PHP payment processing library.
Installation
composer require financialplugins/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.
If you believe you have found a bug, please report it using the GitHub issue tracker, or better yet, fork the library and submit a pull request.