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 yesterday

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 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

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

7

Last Release

826d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/133911530?v=4)[wildan99](/maintainers/wildan99)[@wildan99](https://github.com/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

[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[kimai/kimai

Kimai - Time Tracking

4.8k9.0k1](/packages/kimai-kimai)[sylius/sylius

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

8.5k5.9M738](/packages/sylius-sylius)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M386](/packages/easycorp-easyadmin-bundle)[oro/platform

Business Application Platform (BAP)

645143.5k115](/packages/oro-platform)[open-dxp/opendxp

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

9421.6k61](/packages/open-dxp-opendxp)

PHPackages © 2026

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