PHPackages                             div-looper/payum-cashnpay - 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. div-looper/payum-cashnpay

ActiveLibrary[Payment Processing](/categories/payments)

div-looper/payum-cashnpay
=========================

Extension for Payum which add support for CASH'nPAY payment gateway.

v1.0.0(10y ago)11.3kMITPHPPHP &gt;=5.3.2

Since Jul 3Pushed 10y ago2 watchersCompare

[ Source](https://github.com/khal3d/payum-cashnpay)[ Packagist](https://packagist.org/packages/div-looper/payum-cashnpay)[ Docs](https://github.com/khal3d/payum-cashnpay)[ RSS](/packages/div-looper-payum-cashnpay/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Payum CASHnPAY
==============

[](#payum-cashnpay)

Extension for Payum which add support for [CASH'nPAY](https://cashnpay.net/) payment gateway.

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

[](#installation)

```
composer require div-looper/payum-cashnpay

```

ACMEPaymentBundle.php:

```
namespace ACME\Bundle\PaymentBundle;

use DivLooper\Payum\CashnPay\Bridge\Symfony\CashnPayGatewayFactory;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\HttpKernel\Bundle\Bundle;

class ACMEPaymentBundle extends Bundle
{
    public function build(ContainerBuilder $container)
    {
        parent::build($container);

        /** @var $extension \Payum\Bundle\PayumBundle\DependencyInjection\PayumExtension */
        $extension = $container->getExtension('payum');
        $extension->addGatewayFactory(new CashnPayGatewayFactory());
    }
}

```

config.yml:

```
gateways:
    ...
    fawry:
        cashnpay:
            product_id: "00000000"
            secret_key: "0x0xX0x0"
            sandbox: true
    ...

```

License
-------

[](#license)

Payum-CASHnPAY is released under the [MIT License](LICENSE).

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community8

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

Total

2

Last Release

3788d ago

Major Versions

v0.1.0 → v1.0.02016-01-04

### Community

Maintainers

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

---

Top Contributors

[![khal3d](https://avatars.githubusercontent.com/u/819454?v=4)](https://github.com/khal3d "khal3d (7 commits)")

---

Tags

paymentfawryCASHnPAY

### Embed Badge

![Health badge](/badges/div-looper-payum-cashnpay/health.svg)

```
[![Health](https://phpackages.com/badges/div-looper-payum-cashnpay/health.svg)](https://phpackages.com/packages/div-looper-payum-cashnpay)
```

###  Alternatives

[payum/payum-bundle

One million downloads of Payum already! Payum offers everything you need to work with payments. Check more visiting site.

59510.3M40](/packages/payum-payum-bundle)[payum/paypal-express-checkout-nvp

The Payum extension. It provides Paypal ExpressCheckout payment integration.

501.7M4](/packages/payum-paypal-express-checkout-nvp)[payum/offline

The Payum extension. It provides Offline payment integration.

323.4M13](/packages/payum-offline)[flux-se/payum-stripe

Payum Stripe gateways

29407.5k4](/packages/flux-se-payum-stripe)[payum/stripe

The Payum extension. It provides Stripe payment integration.

22573.1k3](/packages/payum-stripe)[crevillo/payum-redsys

Redsys gateway

1648.0k1](/packages/crevillo-payum-redsys)

PHPackages © 2026

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