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

ActiveLibrary[Payment Processing](/categories/payments)

payment247/sdk
==============

SDK for 247Pay integration

1.1.0(9y ago)0613MITPHPPHP ~5.6|~7.0

Since Jan 25Pushed 9y agoCompare

[ Source](https://github.com/payment247/sdk)[ Packagist](https://packagist.org/packages/payment247/sdk)[ Docs](https://github.com/payment247/SDK)[ RSS](/packages/payment247-sdk/feed)WikiDiscussions master Synced 3w ago

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

sdk
===

[](#sdk)

[![Latest Version on Packagist](https://camo.githubusercontent.com/ca0fbf4f1b4f6d5e51ff9f34c025de996cb6942acf5f09b0e491cb8d7ef893ba/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7061796d656e743234372f73646b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/payment247/sdk)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/353e79fe77999085a9bd44a89eb03088167f82d4ca70f8ca8cb0499c6a3da156/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7061796d656e743234372f73646b2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/payment247/sdk)[![Coverage Status](https://camo.githubusercontent.com/9af7eeb0680909fc5926c8456b174eca32b4e7158d1bfc681fc505879155404e/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f7061796d656e743234372f73646b2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/payment247/sdk/code-structure)[![Quality Score](https://camo.githubusercontent.com/1b6a2a5006995c4eb5ac4689eda8cd0991b2371f7aac094fa632127fdb778700/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f7061796d656e743234372f73646b2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/payment247/sdk)[![Total Downloads](https://camo.githubusercontent.com/d803666b82db02637712d9a5086bfae13161307e9acd42889f268e92ae9c21f9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7061796d656e743234372f73646b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/payment247/sdk)[![StyleCI](https://camo.githubusercontent.com/27674e344ee539d03dadc1dfde01020bf54225a7386f086f4ca55620a6d81ca9/68747470733a2f2f7374796c6563692e696f2f7265706f732f38303034353139352f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/80045195)

This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.

Install
-------

[](#install)

Via Composer

```
$ composer require payment247/sdk
```

Usage
-----

[](#usage)

#### Make external calls

[](#make-external-calls)

Create new client

```
$client = new ApiClient('public_key', 'private_key');
```

Then send request

```
$request = new PaymentSystemsRequest();
$client->send($request);
```

*Check `Requests` and `Responses` directories to see all available types of requests and responses*

#### Parse notifications

[](#parse-notifications)

You should just pass json notification to parse method

```
$client = NotificationClient('private_key');
$client->parse('json_notification');
```

*Explore `Notifications` directory to see all available types of notifications*

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

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

Total

2

Last Release

3382d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0180b3653f8529cf16fd8310fb0aa6dbce0139be2031e249841d60231930af81?d=identicon)[payment247](/maintainers/payment247)

---

Top Contributors

[![payment247](https://avatars.githubusercontent.com/u/25204798?v=4)](https://github.com/payment247 "payment247 (13 commits)")

---

Tags

sdk247Pay

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k532.1M2.5k](/packages/aws-aws-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)[robokassa/sdk-php

SDK для работы с Robokassa в PHP

1111.7k](/packages/robokassa-sdk-php)

PHPackages © 2026

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