PHPackages                             patronbase/omnipay-worldline - 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. patronbase/omnipay-worldline

ActiveLibrary[Payment Processing](/categories/payments)

patronbase/omnipay-worldline
============================

Worldline driver for the Omnipay payment processing library

v3.2.0(9mo ago)0625[1 PRs](https://github.com/PatronBase/omnipay-worldline/pulls)MITPHPPHP ^7.2|^8.0CI passing

Since May 1Pushed 5mo ago2 watchersCompare

[ Source](https://github.com/PatronBase/omnipay-worldline)[ Packagist](https://packagist.org/packages/patronbase/omnipay-worldline)[ Docs](https://github.com/PatronBase/omnipay-worldline)[ RSS](/packages/patronbase-omnipay-worldline/feed)WikiDiscussions main Synced 1mo ago

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

Omnipay: Worldline
==================

[](#omnipay-worldline)

**Worldline driver for the Omnipay PHP payment processing library**

[![Build Status](https://github.com/PatronBase/omnipay-worldline/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/PatronBase/omnipay-worldline/actions/workflows/main.yml/badge.svg?branch=main)[![Coverage Status](https://camo.githubusercontent.com/efddb732843156bc4cbe2cb86c39f66f5404c80665077d71c4624c122b10821f/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f506174726f6e426173652f6f6d6e697061792d776f726c646c696e652e7376673f7374796c653d666c6174)](https://scrutinizer-ci.com/g/PatronBase/omnipay-worldline/code-structure)[![Code Quality](https://camo.githubusercontent.com/302056afae67af25ca23bf0070d5128b3aeb3b7648b70bab6b7c505e53149b83/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f506174726f6e426173652f6f6d6e697061792d776f726c646c696e652e7376673f7374796c653d666c6174)](https://scrutinizer-ci.com/g/PatronBase/omnipay-worldline/?branch=main)[![Software License](https://camo.githubusercontent.com/f251623e510f5909f16ae3f4e6e548dac11340b9fde1a99be26b015b39272c00/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c6174)](LICENSE.md)[![Latest Stable Version](https://camo.githubusercontent.com/634c47b02ea3e761015d0eec728c78f7c5c7b9d228a5793424b42366c0124764/68747470733a2f2f706f7365722e707567782e6f72672f506174726f6e426173652f6f6d6e697061792d776f726c646c696e652f76657273696f6e2e706e67)](https://packagist.org/packages/patronbase/omnipay-worldline)[![Total Downloads](https://camo.githubusercontent.com/23653972ae46477aaea53942d0000bc5ec975eee5a739487804f5167921dff68/68747470733a2f2f706f7365722e707567782e6f72672f706174726f6e626173652f6f6d6e697061792d776f726c646c696e652f642f746f74616c2e706e67)](https://packagist.org/packages/patronbase/omnipay-worldline)

[Omnipay](https://github.com/thephpleague/omnipay) is a framework agnostic, multi-gateway payment processing library for PHP 7.2+. This package implements Worldline support for Omnipay. It includes support for the hosted checkout (redirect, 3-party) version of the gateway via v2 of their API.

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

[](#installation)

Omnipay is installed via [Composer](http://getcomposer.org/). To install, simply add it to your `composer.json` file:

```
{
    "require": {
        "PatronBase/omnipay-worldline": "~3.0"
    }
}
```

And run composer to update your dependencies:

```
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update

```

Basic Usage
-----------

[](#basic-usage)

The following gateways are provided by this package:

- Worldline

For general usage instructions, please see the main [Omnipay](https://github.com/thephpleague/omnipay)repository.

Support
-------

[](#support)

If you are having general issues with Omnipay, we suggest posting on [Stack Overflow](http://stackoverflow.com/). Be sure to add the [omnipay tag](http://stackoverflow.com/questions/tagged/omnipay) so it can be easily found.

If you want to keep up to date with release anouncements, discuss ideas for the project, or ask more detailed questions, there is also a [mailing list](https://groups.google.com/forum/#!forum/omnipay) which you can subscribe to.

If you believe you have found a bug, please report it using the [GitHub issue tracker](https://github.com/PatronBase/omnipay-worldline/issues), or better yet, fork the library and submit a pull request.

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance64

Regular maintenance activity

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity46

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

Total

4

Last Release

276d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fe28a8dbb1ff59cf584a3c34c4ef5e2f41d8b6c7f4085979cb514b94cda4bf8f?d=identicon)[dp-roberts](/maintainers/dp-roberts)

---

Top Contributors

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

---

Tags

paymentgatewaypaymerchantomnipayredirectcheckoutworldlinehosted

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/patronbase-omnipay-worldline/health.svg)

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

###  Alternatives

[lokielse/omnipay-alipay

Alipay gateway for Omnipay payment processing library

587421.0k11](/packages/lokielse-omnipay-alipay)[sudiptpa/omnipay-nabtransact

National Australia Bank (NAB) Transact driver for the Omnipay payment processing library.

1017.2k](/packages/sudiptpa-omnipay-nabtransact)[lucassmacedo/omnipay-mercadopago

MercadoPago gateway for OmniPay

154.6k](/packages/lucassmacedo-omnipay-mercadopago)

PHPackages © 2026

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