PHPackages                             testplacetopay/basicpayment - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. testplacetopay/basicpayment

ActiveLibrary[Payment Processing](/categories/payments)

testplacetopay/basicpayment
===========================

A basic payment client with a webservice of PlaceToPlay company

v0.1.1(9y ago)019MITPHPPHP ^5.5 || ^7.0

Since Sep 13Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Caxvalencia/basicpayment)[ Packagist](https://packagist.org/packages/testplacetopay/basicpayment)[ RSS](/packages/testplacetopay-basicpayment/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

Basicpayment
============

[](#basicpayment)

A basic payment client with a webservice of PlaceToPlay company

Installing
----------

[](#installing)

For install:

```
composer require testplacetopay/basicpayment
```

Getting started
---------------

[](#getting-started)

Create a new instance of BasicPayment of the namespace 'TestPlaceToPay\\BasicPayment' and add configuraction parameters

```
$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*

```
[
    '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
-------

[](#methods)

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

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

3576d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1066325?v=4)[Cax](/maintainers/Caxvalencia)[@Caxvalencia](https://github.com/Caxvalencia)

---

Top Contributors

[![Caxvalencia](https://avatars.githubusercontent.com/u/1066325?v=4)](https://github.com/Caxvalencia "Caxvalencia (12 commits)")

### Embed Badge

![Health badge](/badges/testplacetopay-basicpayment/health.svg)

```
[![Health](https://phpackages.com/badges/testplacetopay-basicpayment/health.svg)](https://phpackages.com/packages/testplacetopay-basicpayment)
```

###  Alternatives

[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.1k16.8k](/packages/prestashop-prestashop)[swedbank-spp/swedbank-payment-portal

The Swedbank Payment Portal API Library provides access to the online banking system through which e-commerce transactions can be initiated and fulfilled by facilitating the exchange of bank data.

35101.2k](/packages/swedbank-spp-swedbank-payment-portal)[metamodels/core

MetaModels core

9956.1k68](/packages/metamodels-core)[realexpayments/rxp-hpp-php

SDK to send requests and parse responses from Realex Payments using HPP

13115.0k](/packages/realexpayments-rxp-hpp-php)[contao-community-alliance/dc-general

Universal data container for Contao

1579.5k90](/packages/contao-community-alliance-dc-general)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
