PHPackages                             kallencode/laravel-icepay - 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. kallencode/laravel-icepay

ActiveLibrary

kallencode/laravel-icepay
=========================

0.2.0(5y ago)124MITPHPPHP ^7.4|^8.0

Since Dec 18Pushed 5y ago1 watchersCompare

[ Source](https://github.com/kallencode/laravel-icepay)[ Packagist](https://packagist.org/packages/kallencode/laravel-icepay)[ Docs](https://github.com/kallencode/laravel-icepay)[ GitHub Sponsors](https://github.com/kallencode)[ RSS](/packages/kallencode-laravel-icepay/feed)WikiDiscussions master Synced 4w ago

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

laravel-icepay
==============

[](#laravel-icepay)

[![Latest Version on Packagist](https://camo.githubusercontent.com/fcd26905826c589c9531275e4b474de58b4ebf0ba09935752936761bfb41b77f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b616c6c656e636f64652f6c61726176656c2d6963657061792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kallencode/laravel-icepay)[![GitHub Tests Action Status](https://camo.githubusercontent.com/105b6dbbc6d2131a94368c949858ac4e5b1c899ccd76c857b11f703ea8578efe/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6b616c6c656e636f64652f6c61726176656c2d6963657061792f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/kallencode/laravel-icepay/actions?query=workflow%3ATests+branch%3Amaster)[![Total Downloads](https://camo.githubusercontent.com/e53e0c2281ebf3f6cf980b0b5ee4f004b530e2add56776c4f5db058d8e422287/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b616c6c656e636f64652f6c61726176656c2d6963657061792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kallencode/laravel-icepay)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

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

[](#installation)

You can install the package via composer:

```
composer require kallencode/laravel-icepay
```

You can publish the config file with:

```
php artisan vendor:publish --provider="Kallencode\Icepay\IcepayServiceProvider" --tag="config"
```

This is the contents of the published config file:

```
return [
    'api_key' => env('ICEPAY_API_KEY', 'xxxxx'),
    'api_secret' => env('ICEPAY_API_SECRET', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'),

    'completed_url' => env('ICEPAY_COMPLETED_URL', 'http://example.local/payment.php'),
    'error_url' => env('ICEPAY_ERROR_URL', 'http://example.local/payment.php'),
];
```

Usage
-----

[](#usage)

```
$checkoutResponse = Icepay::checkout([
    'Amount'        => 1000,
    'Currency'      => 'EUR',
    'Paymentmethod' => 'IDEAL',
    'Issuer'        => 'ABNAMRO',
    'Country'       => 'NL',
    'Language'      => 'NL',
    'Description'   => 'This is a example description',
    'OrderID'       => '1',
    'Reference'     => '1'
])

$paymentID = 123123;
$paymentResponse = Icepay::getPayment($paymentID);
```

Documentation
-------------

[](#documentation)

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Roelof Kallenkoot](https://github.com/rkallencode)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

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

Total

2

Last Release

1965d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3198607?v=4)[Roelof Kallenkoot](/maintainers/Rkallenkoot)[@Rkallenkoot](https://github.com/Rkallenkoot)

---

Top Contributors

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

---

Tags

kallencodelaravel-icepay

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kallencode-laravel-icepay/health.svg)

```
[![Health](https://phpackages.com/badges/kallencode-laravel-icepay/health.svg)](https://phpackages.com/packages/kallencode-laravel-icepay)
```

###  Alternatives

[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[timokoerber/laravel-one-time-operations

Run operations once after deployment - just like you do it with migrations!

6481.7M11](/packages/timokoerber-laravel-one-time-operations)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[wnx/laravel-sends

Keep track of outgoing emails in your Laravel application.

200427.3k](/packages/wnx-laravel-sends)[illuminate/process

The Illuminate Process package.

44699.5k65](/packages/illuminate-process)

PHPackages © 2026

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