PHPackages                             djoo/symfony2hipaylib - 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. djoo/symfony2hipaylib

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

djoo/symfony2hipaylib
=====================

Hipay Payment Libs for Symfony2

193PHP

Since Dec 13Pushed 13y ago1 watchersCompare

[ Source](https://github.com/djoo/Symfony2HipayLib)[ Packagist](https://packagist.org/packages/djoo/symfony2hipaylib)[ RSS](/packages/djoo-symfony2hipaylib/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Symfony2HipayLib
================

[](#symfony2hipaylib)

This is a package who contains libraries of the payment method Hipay. This is for use in a Symfony2 Application. It's not a bundle with method, just the libraries of Hipay ready to use in Symfony2.

The folder lib is the same of the lib provided by Hipay. I don't change the files.

How to use ?

Install with composer :

```
"require": {
  "djoo/symfony2hipaylib": "*"
}
```

Configure your app/autoload.php

```
add('', __DIR__.'/../vendor/symfony/symfony/src/Symfony/Component/Locale/Resources/stubs')
    ->add('HIPAY', __DIR__.'/../vendor/djoo/symfony2hipaylib/lib/hipay') //Add This line
    ;
}

AnnotationRegistry::registerLoader(array($loader, 'loadClass'));

require __DIR__.'/../vendor/djoo/symfony2hipaylib/lib/hipay/mapi_package.php'; //Add This line

return $loader;
```

And after in your controller you can use the method developped by Hipay. Don't forget to use this at the top of your controller :

```
use HIPAY;
```

And if you need to call method of Hipay can use this for example :

```
$params = new \HIPAY_MAPI_PaymentParams();
```

Idem for static method :

```
$output = \HIPAY_MAPI_SEND_XML::sendXML($xmlTx,$urlHipay);
```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1193366?v=4)[Johann](/maintainers/djoo)[@djoo](https://github.com/djoo)

---

Top Contributors

[![djoo](https://avatars.githubusercontent.com/u/1193366?v=4)](https://github.com/djoo "djoo (21 commits)")

### Embed Badge

![Health badge](/badges/djoo-symfony2hipaylib/health.svg)

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

###  Alternatives

[msilabs/bkash

bKash Payment Gateway API for Laravel Framework.

181.2k](/packages/msilabs-bkash)[patryqhyper/polish_payments_api

Library for polish payment providers

141.6k](/packages/patryqhyper-polish-payments-api)

PHPackages © 2026

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