PHPackages                             bardela/ingenico - 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. bardela/ingenico

ActiveLibrary[Payment Processing](/categories/payments)

bardela/ingenico
================

Laravel 5 Wrapper for Ingenico Payments

1.0.1(8y ago)0712MITPHP

Since Nov 16Pushed 8y ago1 watchersCompare

[ Source](https://github.com/bardela/ingenico)[ Packagist](https://packagist.org/packages/bardela/ingenico)[ Docs](https://github.com/bardela/ingenico)[ RSS](/packages/bardela-ingenico/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

ingenico
========

[](#ingenico)

[![Latest Version on Packagist](https://camo.githubusercontent.com/56e6190266dea9829183889780df5b821da03c6db2442ceac1995b0907c20fba/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f76657273696f6e2d312e302e782d2d6465762d6f72616e67652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/bardela/ingenico)[![Software License](https://camo.githubusercontent.com/039de44ade043e9e1afb5a4c422c3d89a72146be7104cb24f104adc0cd169fbb/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d79656c6c6f772e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/05113ab7db3a5a9050f0fc2913097e44739eeacb48f6424484ce17467fd52ffc/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f646f776e6c6f6164732d32302d6c69676874677265792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/bardela/ingenico)

Install
-------

[](#install)

Via Composer

```
$ composer require bardela/ingenico
```

Add ServiceProvider in your `app.php` config file.

```
// config/app.php
'providers' => [
    ...
    Bardela\Ingenico\IngenicoServiceProvider::class,
]
```

and instead on aliases

```
// config/app.php
'aliases' => [
    ...
    'Ingenico'         => Bardela\Ingenico\Facade::class,
]
```

Configuration
-------------

[](#configuration)

Publish the config by running:

```
    php artisan vendor:publish --provider="Bardela\Ingenico\IngenicoServiceProvider"
```

Then there must be a new ingenico.php in your main config directory Edit this new file and set up the values with your Ingenico access data mostly. For the others, type the ones you want

Usage
-----

[](#usage)

You can find the examples IngenicoController.php and routes.php Copy the lines you want from this package routes.php to your main routes.php in order to try some payment examples. Then, visit these new urls in your browser.

-
-
-
-

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity65

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

Total

2

Last Release

3095d ago

### Community

Maintainers

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

---

Top Contributors

[![bardela](https://avatars.githubusercontent.com/u/3589257?v=4)](https://github.com/bardela "bardela (1 commits)")

---

Tags

ingenicobardela

### Embed Badge

![Health badge](/badges/bardela-ingenico/health.svg)

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

###  Alternatives

[omnipay/paypal

PayPal gateway for Omnipay payment processing library

3156.8M53](/packages/omnipay-paypal)[eduardokum/laravel-boleto

Biblioteca com boletos para o laravel

626351.9k2](/packages/eduardokum-laravel-boleto)[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[smhg/sepa-qr-data

Generate QR code data for SEPA payments

61717.2k5](/packages/smhg-sepa-qr-data)[omnipay/braintree

Braintree gateway for Omnipay payment processing library

35558.0k3](/packages/omnipay-braintree)

PHPackages © 2026

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