arleslie / 2checkout
A 2checkout package for Laravel
Installs: 88
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 3
Open Issues: 0
pkg:composer/arleslie/2checkout
Requires
This package is not auto-updated.
Last update: 2025-09-28 00:36:46 UTC
README
Note: This package is still in heavy development.
Installation
composer require arleslie/2checkout
Add the service provider arleslie\TwoCheckout\ServiceProvider
.
Facade Support
Copy the file from the publish directory into your config directory and update it. (Rename this to 2checkout.php)
Then you can use TwoCheckout::account()->getPayments()
to retreive past payments.
Class Support
use arleslie\TwoCheckout\Base as TwoCheckout;
$TwoCheckout = new TwoCheckout(<user>, <password>, <privateKey>, <sellerId>);
$TwoCheckout->account()->getPayments(); // Retreieve Past Payments