arleslie / 2checkout by arleslie

A 2checkout package for Laravel
88
1
4
Package Data
Maintainer Username: arleslie
Maintainer Contact: arleslie@arleslie.com (Andrew Leslie)
Package Create Date: 2016-02-10
Package Last Update: 2016-09-06
Language: PHP
License: MIT
Last Refreshed: 2025-04-24 15:03:00
Package Statistics
Total Downloads: 88
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 4
Total Forks: 3
Total Open Issues: 0

2checkout

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