PHPackages                             wucdbm/epay-bundle - 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. wucdbm/epay-bundle

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

wucdbm/epay-bundle
==================

A Symfony2 bundle for working with the epay.bg payment gateway.

v1.0.2(8y ago)1791GPL-2.0PHPPHP ~5.5|~7.0

Since Dec 11Pushed 8y ago1 watchersCompare

[ Source](https://github.com/wucdbm/epay-bundle)[ Packagist](https://packagist.org/packages/wucdbm/epay-bundle)[ RSS](/packages/wucdbm-epay-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (2)Versions (7)Used By (0)

WucdbmEpayBundle
================

[](#wucdbmepaybundle)

Usage

- Register a service that extends the `Wucdbm\Component\Epay\Client\ClientOptions` class
- Register a service that implements the `Wucdbm\Component\Epay\Client\PaymentHandlerInterface` interface
- in your config.yml add:

```
wucdbm_epay:
    client_options: "YourOptionsServiceId"
    client_handler: "YourHandlerServiceId"

```

- Add a `new Wucdbm\Bundle\EpayBundle\WucdbmEpayBundle(),` line to your AppKernel &gt;&gt; A F T E R &lt;&lt; the bundle that registers the mandatory services
- Optionally, override the `wucdbm_epay.receive_url` parameter (defaults to `receive`)
- Mouting the `@WucdbmEpayBundle/Resources/config/routing.yml` file in your `routing.yml`

```
wucdbm_epay:
    resource: "@WucdbmEpayBundle/Resources/config/routing.yml"
    prefix: /payments/epay

```

- The receive address will now be `/payments/epay/%wucdbm_epay.receive_url%` - `/payments/epay/receive` by default. This gives you the full flexibility to alter the URL at which you receive the payments.
- Use the `app/console wucdbm_epay:get_receive_path` command to make sure you have the correct receive path
- Go to epay.bg and contact their support asking them to set your correct receive URL

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity62

Established project with proven stability

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

Recently: every ~156 days

Total

6

Last Release

3231d ago

Major Versions

v0.1.2 → v1.0.02016-04-05

PHP version history (2 changes)v0.1.0PHP ~5.5

v1.0.2PHP ~5.5|~7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/56129a0e9c0044d2857f405e0cf44b1c8f53bc86503dfc1c0ac3829401333c5e?d=identicon)[wucdbm](/maintainers/wucdbm)

---

Top Contributors

[![wucdbm](https://avatars.githubusercontent.com/u/1559022?v=4)](https://github.com/wucdbm "wucdbm (22 commits)")

---

Tags

Symfony2buildermenumenu-builderwucdbm

### Embed Badge

![Health badge](/badges/wucdbm-epay-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/wucdbm-epay-bundle/health.svg)](https://phpackages.com/packages/wucdbm-epay-bundle)
```

###  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.

1175.2k](/packages/rcsofttech-audit-trail-bundle)

PHPackages © 2026

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