2017 © Pedro Peláez
 

library moolah

A simple wrapper for the Braintree PHP library.

image

rdrnnr87/moolah

A simple wrapper for the Braintree PHP library.

  • Tuesday, May 1, 2018
  • by rdrnnr87
  • Repository
  • 1 Watchers
  • 0 Stars
  • 97 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 37 % Grown

The README.md

Moolah

Latest Version on Packagist ![Software License][ico-license] Actions Status ![Coverage Status][ico-scrutinizer] Quality Score ![Total Downloads][ico-downloads], (*1)

A simple wrapper for the Braintree PHP library., (*2)

Install

Via Composer, (*3)

``` bash $ composer require rdrnnr87/moolah, (*4)


## Usage Generating a token. ``` php $config = [ 'environment' => 'sandbox', 'merchantId' => 'yourMerchantId', 'publicKey' => 'yourPublicKey', 'privateKey' => 'yourPrivateKey' ]; $moolah = new Moolah($config); $token = $moolah->getToken();

Making a one time charge., (*5)

``` php $moolah = new Moolah($config); $moolah->charge($amount, $nonce);, (*6)


## Testing ``` bash $ phpunit

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details., (*7)

Security

If you discover any security related issues, please email brian.johnsonx@gmail.com instead of using the issue tracker., (*8)

License

The MIT License (MIT). Please see License File for more information., (*9)

The Versions

01/05 2018

dev-master

9999999-dev https://github.com/rdrnnr87/moolah

A simple wrapper for the Braintree PHP library.

  Sources   Download

MIT

The Requires

 

The Development Requires

moolah

01/05 2018

v0.0.2

0.0.2.0 https://github.com/rdrnnr87/moolah

A simple wrapper for the Braintree PHP library.

  Sources   Download

MIT

The Requires

 

The Development Requires

moolah

01/02 2018

v0.0.1

0.0.1.0 https://github.com/rdrnnr87/moolah

A simple wrapper for the Braintree PHP library.

  Sources   Download

MIT

The Requires

 

The Development Requires

moolah