PHPackages                             wildan99/global-pay - 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. wildan99/global-pay

ActiveSymfony-bundle[Payment Processing](/categories/payments)

wildan99/global-pay
===================

GlobalPay bundle

0.7(2y ago)013MITPHPPHP &gt;=8.2

Since Mar 27Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Daniil-Trukhan/global-pay)[ Packagist](https://packagist.org/packages/wildan99/global-pay)[ RSS](/packages/wildan99-global-pay/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (7)Dependencies (17)Versions (8)Used By (0)

GlobalPayBundle
===============

[](#globalpaybundle)

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

[](#installation)

### Install the package

[](#install-the-package)

```
composer req wildan99/global-pay
```

### Add to config/bundles.php

[](#add-to-configbundlesphp)

```
Daniil\GlobalPayBundle\GlobalPayBundle::class => ['all' => true],
```

### Copy routes

[](#copy-routes)

```
/vendor/wildan99/global-pay/config/routes/global_pay.yaml to config/routes/global_pay.yaml
```

### Run in console

[](#run-in-console)

```
php bin/console doctrine:migrations:diff
php bin/console doctrine:migrations:migrate --no-interaction
```

### Add next lines to your .env file

[](#add-next-lines-to-your-env-file)

```
###> GlobalPay ###
GLOBAL_PAY_URL=
GLOBAL_PAY_AUTH_URL=
GLOBAL_PAY_SERVICE_ID=
GLOBAL_PAY_CLIENT_ID=
GLOBAL_PAY_GRANT_TYPE=
GLOBAL_PAY_SCOPE=
GLOBAL_PAY_CLIENT_SECRET=
GLOBAL_PAY_USERNAME=
GLOBAL_PAY_PASSWORD=

###< GlobalPay ###
```

How to use
----------

[](#how-to-use)

You need to use this service in construct method of class

### Example of simple using

[](#example-of-simple-using)

```
class MyClass
{
    public function __construct(private \Daniil\GlobalPayBundle\Service\Client $client)
    {
    }

    public function prepare(): void
    {
        $this->client->prepare(new PrepareRequest(shopTransactionId: 'test', sum: 1000, currency: Currency::UZS, description: ''))
    }
}
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

7

Last Release

772d ago

### Community

Maintainers

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

---

Top Contributors

[![Daniil-Trukhan](https://avatars.githubusercontent.com/u/7605567?v=4)](https://github.com/Daniil-Trukhan "Daniil-Trukhan (7 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/wildan99-global-pay/health.svg)

```
[![Health](https://phpackages.com/badges/wildan99-global-pay/health.svg)](https://phpackages.com/packages/wildan99-global-pay)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M650](/packages/sylius-sylius)[kimai/kimai

Kimai - Time Tracking

4.6k7.4k1](/packages/kimai-kimai)[prestashop/prestashop

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

9.0k15.4k](/packages/prestashop-prestashop)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[easycorp/easyadmin-demo

EasyAdmin Demo Application

145.7k](/packages/easycorp-easyadmin-demo)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

7310.3k29](/packages/open-dxp-opendxp)

PHPackages © 2026

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