PHPackages                             markdegroot/omnipay-ideal - 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. markdegroot/omnipay-ideal

ActiveLibrary

markdegroot/omnipay-ideal
=========================

Laravel wrapper for omnipay-ideal

1.0.1(11y ago)039PHPPHP &gt;=5.4.0

Since Dec 3Pushed 11y ago1 watchersCompare

[ Source](https://github.com/markdegrootnl/Laravel-omnipay-ideal)[ Packagist](https://packagist.org/packages/markdegroot/omnipay-ideal)[ RSS](/packages/markdegroot-omnipay-ideal/feed)WikiDiscussions master Synced 1mo ago

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

Omnipay iDeal for Laravel 4
===========================

[](#omnipay-ideal-for-laravel-4)

This package uses the classes from [omnipay-ideal](https://github.com/markdegrootnl/omnipay-ideal)

**Generate hashes from numbers, like YouTube or Bitly. Use hashids when you do not want to expose your database ids to the user.**

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

[](#installation)

Begin by installing the package through Composer. Edit your project's `composer.json` file to require `markdegroot/omnipay-ideal`.

```
"require": {
  "markdegroot/omnipay-ideal": "1.x"
}
```

Next use Composer to update your project from the the Terminal:

```
php composer.phar update
```

Once the package has been installed you'll need to add the service provider. Open your `app/config/app.php` configuration file, and add a new item to the `providers` array.

```
'Markdegroot\OmnipayIdeal\OmnipayIdealServiceProvider'
```

After doing this you also need to add an alias. In your `app/config/app.php` file, add this to the `aliases` array.

```
'Ideal' => 'Markdegroot\OmnipayIdeal\Ideal'
```

Now last but not least you need to publish to package configuration from your Terminal:

```
php artisan config:publish markdegroot/omnipay-ideal
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

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

Total

2

Last Release

4174d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0b8f7a05cd38a129f08c49fd27f6c8f8a3ea78c34b6aa43b04391b939fad2bee?d=identicon)[markdegroot](/maintainers/markdegroot)

---

Top Contributors

[![markdegrootnl](https://avatars.githubusercontent.com/u/3601019?v=4)](https://github.com/markdegrootnl "markdegrootnl (3 commits)")

### Embed Badge

![Health badge](/badges/markdegroot-omnipay-ideal/health.svg)

```
[![Health](https://phpackages.com/badges/markdegroot-omnipay-ideal/health.svg)](https://phpackages.com/packages/markdegroot-omnipay-ideal)
```

###  Alternatives

[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[slowlyo/owl-admin

基于 laravel、amis 开发的后台框架~

61214.2k26](/packages/slowlyo-owl-admin)

PHPackages © 2026

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