PHPackages                             maldopay/maldopay-php-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. maldopay/maldopay-php-sdk

ActiveLibrary[Payment Processing](/categories/payments)

maldopay/maldopay-php-sdk
=========================

MaldoPay PHP SDK

1.1.1(4y ago)172[11 PRs](https://github.com/MaldoPay/MaldoPay-PHP-SDK/pulls)MITPHPPHP &gt;=5.4.8

Since May 18Pushed 3y ago1 watchersCompare

[ Source](https://github.com/MaldoPay/MaldoPay-PHP-SDK)[ Packagist](https://packagist.org/packages/maldopay/maldopay-php-sdk)[ Docs](https://www.maldopay.com/documentation)[ RSS](/packages/maldopay-maldopay-php-sdk/feed)WikiDiscussions main Synced today

READMEChangelog (3)DependenciesVersions (4)Used By (0)

MaldoPay PHP SDK
================

[](#maldopay-php-sdk)

MaldoPay PHP SDK is is PHP library which simplifies the integration of every MaldoPay Servers.

Requirements
------------

[](#requirements)

PHP 5.4.8 or later.

Installation
------------

[](#installation)

### Install via composer

[](#install-via-composer)

```
composer require maldopay/maldopay-php-sdk

```

### Manual Installation

[](#manual-installation)

Download our last version from [here](https://github.com/MaldoPay/MaldoPay-PHP-SDK/releases). Then use `Loader.php` file:

```
require_once './SDK/Loader.php';;
```

### Example Usage

[](#example-usage)

```
require_once './SDK/Loader.php';

$authRequest = new \MaldoPay\SDK\AuthRequest(
    81433,
    15,
    "Ivan",
    "Ivanov",
    "127.0.0.1",
    1235,
    345435345322,
    "test@abv.bg",
    "Etropole",
    "1980-01-01",
    100,
    "Test"
);

$Autohrization = new \MaldoPay\SDK\Authorization($authRequest);

$cepBankService = new \MaldoPay\SDK\Services\Cepbank();
$cepBankService->setServiceData1("2104144157120047");
$cepBankService->setServiceData2("5");

$transactionRequest = new \MaldoPay\SDK\TransactionRequest(
    $Autohrization,
    $cepBankService,
    12980,
    'cep_bank_live_111511',
    50,
    "test",
    "test.bg",
    "test.bg",
    "test.bg",
    "test.bg"
);

$transaction = new \MaldoPay\SDK\Transaction($transactionRequest)->Create();
```

Documentation
-------------

[](#documentation)

More documentation is available at .

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Total

3

Last Release

1489d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0504ed4a31f3a25dc69eb5339730756ac95d09c474511703fc0c5368caf50ef1?d=identicon)[MaldoPay](/maintainers/MaldoPay)

---

Top Contributors

[![n-petkov-petkov](https://avatars.githubusercontent.com/u/103497250?v=4)](https://github.com/n-petkov-petkov "n-petkov-petkov (5 commits)")[![MaldoPay](https://avatars.githubusercontent.com/u/46347549?v=4)](https://github.com/MaldoPay "MaldoPay (4 commits)")[![Armmegon](https://avatars.githubusercontent.com/u/70228641?v=4)](https://github.com/Armmegon "Armmegon (3 commits)")[![itodorov-eurobgsoftware](https://avatars.githubusercontent.com/u/84435887?v=4)](https://github.com/itodorov-eurobgsoftware "itodorov-eurobgsoftware (3 commits)")

---

Tags

sdkMaldoPayMaldoPay Gateway

### Embed Badge

![Health badge](/badges/maldopay-maldopay-php-sdk/health.svg)

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

###  Alternatives

[yandex-money/yandex-money-sdk-php

Yandex.Money API SDK for PHP

105167.4k2](/packages/yandex-money-yandex-money-sdk-php)[cryptonator/merchant-php-sdk

Cryptonator.com Merchant API SDK for PHP

2713.7k](/packages/cryptonator-merchant-php-sdk)[tatter/stripe

Stripe SDK integration for CodeIgniter 4

115.3k](/packages/tatter-stripe)

PHPackages © 2026

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