2017 © Pedro Peláez
 

library basicpayment

A basic payment client with a webservice of PlaceToPlay company

image

testplacetopay/basicpayment

A basic payment client with a webservice of PlaceToPlay company

  • Wednesday, March 14, 2018
  • by Caxvalencia
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Basicpayment

A basic payment client with a webservice of PlaceToPlay company, (*1)

Installing

For install:, (*2)

composer require testplacetopay/basicpayment

Getting started

Create a new instance of BasicPayment of the namespace 'TestPlaceToPay\BasicPayment\' and add configuraction parameters, (*3)

$basicPayment = new TestPlaceToPay\BasicPayment\BasicPayment([
    'DEF_SERVICE' => "https://test.placetopay.com/soap/pse/?wsdl",
    'CACHE_FOLDER' => dirname( __FILE__ ) . '/tmp',
    'LOGIN' => '---LOGIN---',
    'TRANKEY' => '--TRANKEY--'
]);

Default values for the config parameters, (*4)

[
    'BANK_LIST_TIME_LIFE' => 60 * 60 * 24,
    'DEF_SERVICE' => 'https://test.placetopay.com/soap/pse/?wsdl',
    'CACHE_DRIVER' => '\Doctrine\Common\Cache\FilesystemCache',
    'CACHE_FOLDER' => './tmp',
    'LOGIN' => '',
    'TRANKEY' => ''
];

Methods

$basicPayment->createTransaction( $req )
$basicPayment->getTransactionInformation( $transactionID )
$basicPayment->getBankList()
$basicPayment->getDatas()
$basicPayment->getError()

The Versions

14/03 2018

dev-master

9999999-dev

A basic payment client with a webservice of PlaceToPlay company

  Sources   Download

MIT

The Requires

 

The Development Requires

by Cristian Alexis Salazar Valencia

14/09 2016

v0.1.1

0.1.1.0

A basic payment client with a webservice of PlaceToPlay company

  Sources   Download

MIT

The Requires

 

The Development Requires

by Cristian Alexis Salazar Valencia

14/09 2016

v0.1.0

0.1.0.0

A basic payment client with a webservice of PlaceToPlay company

  Sources   Download

MIT

The Requires

 

The Development Requires

by Cristian Alexis Salazar Valencia