Skrill driver for the Omnipay PHP payment processing library.
composer require 1stake/omnipay-skrill
This step is required before using other methods.
$gateway = Omnipay::create('Skrill');
$gateway->initialize([
'email' => '...',
'secretWord' => '...',
);
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.