2017 © Pedro Peláez
 

library 2checkout

A 2checkout package for Laravel

image

arleslie/2checkout

A 2checkout package for Laravel

  • Tuesday, September 6, 2016
  • by arleslie
  • Repository
  • 4 Watchers
  • 1 Stars
  • 39 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 1 Versions
  • 8 % Grown

The README.md

2checkout

Note: This package is still in heavy development., (*1)

Installation

composer require arleslie/2checkout, (*2)

Add the service provider arleslie\TwoCheckout\ServiceProvider., (*3)

Facade Support

Copy the file from the publish directory into your config directory and update it. (Rename this to 2checkout.php), (*4)

Then you can use TwoCheckout::account()->getPayments() to retreive past payments., (*5)

Class Support

use arleslie\TwoCheckout\Base as TwoCheckout;

$TwoCheckout = new TwoCheckout(<user>, <password>, <privateKey>, <sellerId>);
$TwoCheckout->account()->getPayments(); // Retreieve Past Payments

The Versions

06/09 2016

dev-master

9999999-dev

A 2checkout package for Laravel

  Sources   Download

MIT

The Requires

 

by Andrew Leslie