PHPackages                             payprocessing/multicarta-sdk - 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. payprocessing/multicarta-sdk

ActiveLibrary[Payment Processing](/categories/payments)

payprocessing/multicarta-sdk
============================

multicarta SDK

v1.0.1(7y ago)0310PHPPHP &gt;=5.4

Since Jul 18Pushed 7y ago4 watchersCompare

[ Source](https://github.com/Platron/multicarta)[ Packagist](https://packagist.org/packages/payprocessing/multicarta-sdk)[ RSS](/packages/payprocessing-multicarta-sdk/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

Platron Multicarta SDK
======================

[](#platron-multicarta-sdk)

Install
-------

[](#install)

```
composer require payprocessing/multicarta-sdk
```

Tests
-----

[](#tests)

To use unit tests

```
vendor/bin/phpunit tests/unit

```

To use integration tests copy tests/integration/ConfigSample.php and delete Sample substring. Define constants in Config class:

```
const URL = 'multicarta url';
const CERTIFICATE_PATH = 'absolute path to certificate';
const PRIVATE_KEY_PATH = 'absolute path to private key';
const MERCHANT = 'your merchant id';
const TDS_VENDOR_MER_ID = 'vendor merchant id';
const TDS_VENDOR_NAME = 'vendor merchant name';
const PAN = 'test card pan';
const EXP_DATE = 'test card date';
```

Than use

```
vendor/bin/phpunit tests/integration

```

Example
-------

[](#example)

```
$url = '';
$certificatePath = '';
$privateKeyPath = '';
$Merchant = '';
$Amount = '';
$Description = '';
$TDSVendorMerID = '';
$TDSVendorName = '';

$builder = Platron\multicarta\mpi\CreateOrderRequestBuilder(
	$Merchant,
	$Amount,
	$Description,
	$TDSVendorMerID,
	$TDSVendorName
);
$request = $builder->getRequest();
$client = new Platron\multicarta\mpi\Client($certificatePath, $privateKeyPath);
$response = $client->sendRequest($url, $request);
$parser = new Platron\multicarta\mpi\CreateOrderResponseParser($response);

echo $parser->isValid();
echo $parser->isSuccess();
echo $parser->getOrderID();
echo $parser->getSessionID();
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

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 ~12 days

Total

2

Last Release

2846d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/caea96e8690a330baf5b14f979ee6c97f1173b9fd6ec2722a0d28ecc98cfa2a6?d=identicon)[cto](/maintainers/cto)

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/payprocessing-multicarta-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/payprocessing-multicarta-sdk/health.svg)](https://phpackages.com/packages/payprocessing-multicarta-sdk)
```

###  Alternatives

[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[dnetix/redirection

Library to connect with PlacetoPay Checkout service

17123.3k2](/packages/dnetix-redirection)[fall1600/ecpay

Payment solution of ECPay(綠界科技), implementing by pure PHP

196.6k](/packages/fall1600-ecpay)

PHPackages © 2026

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