PHPackages                             ck-developer/payline-module - 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. ck-developer/payline-module

ActivePackage[Payment Processing](/categories/payments)

ck-developer/payline-module
===========================

Payline module for Zend Framework 2

1.0.0(10y ago)028MITPHPPHP &gt;=5.4.0

Since Jun 29Pushed 10y ago1 watchersCompare

[ Source](https://github.com/ck-developer/payline-module)[ Packagist](https://packagist.org/packages/ck-developer/payline-module)[ RSS](/packages/ck-developer-payline-module/feed)WikiDiscussions master Synced 4w ago

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

PaylineModule
=============

[](#paylinemodule)

[![Build Status](https://camo.githubusercontent.com/664fcea05f4ed0a3a7c294c7dffe0474404a23c2706c98deb59e17372581e713/68747470733a2f2f7472617669732d63692e6f72672f636b2d646576656c6f7065722f7061796c696e652d6d6f64756c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/ck-developer/payline-module) [![Latest Stable Version](https://camo.githubusercontent.com/f0395c5f96f0ade92ef21d5e9d3b6c5c867c364625f5f13e3cbf54524f58ebd2/68747470733a2f2f706f7365722e707567782e6f72672f636b2d646576656c6f7065722f7061796c696e652d6d6f64756c652f762f737461626c65)](https://packagist.org/packages/ck-developer/payline-module) [![Total Downloads](https://camo.githubusercontent.com/fb7908b21b1a8d93221a65504a8133c0a5086ec30a2e6315e321c5c532cae5ee/68747470733a2f2f706f7365722e707567782e6f72672f636b2d646576656c6f7065722f7061796c696e652d6d6f64756c652f646f776e6c6f616473)](https://packagist.org/packages/ck-developer/payline-module) [![Latest Unstable Version](https://camo.githubusercontent.com/1de3a88a0b019182fa9d7d1cfd3287d479f1c049476b384b0b675c1fec6303c4/68747470733a2f2f706f7365722e707567782e6f72672f636b2d646576656c6f7065722f7061796c696e652d6d6f64756c652f762f756e737461626c65)](https://packagist.org/packages/ck-developer/payline-module) [![License](https://camo.githubusercontent.com/34d0443e5dfd3ba244b40e67e80ce4301d7d85e396b734e7f7308f86d4d236ca/68747470733a2f2f706f7365722e707567782e6f72672f636b2d646576656c6f7065722f7061796c696e652d6d6f64756c652f6c6963656e7365)](https://packagist.org/packages/ck-developer/payline-module)

Based on Payline SDK, PaylineModule allows you to use it in a zend Framework 2 service. Payline is a way to do credit card payments online.

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

[](#installation)

Installation of DoctrineModule uses composer. For composer documentation, please refer to [getcomposer.org](http://getcomposer.org/).

```
php composer.phar require ck-developer/payline-module
```

Then add `PaylineModule` to your `config/application.config.php`

Usage
-----

[](#usage)

#### Configuration

[](#configuration)

First, Copy the payline.local.php.dist in your application config and set the file with your own configuration. Then, you can get the payline service with the following code :

#### Basic Usage

[](#basic-usage)

```
       use PaylineModule\Utils\Action;
       use PaylineModule\Utils\Currency;
       use PaylineModule\Utils\Payment;

       $response = $this->getServiceLocator->get('payline')->doWebPayment([
            'payment'      => [
                'amount'         => 100,
                'action'         => Action::AUTHORIZATION_VALIDATION,
                'currency'       => Currency::EURO,
                'mode'           => Payment::CASH,
            ],
            'order'        => [
                'ref'      => 1,
            ]
        ]);
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

3654d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/43e865e06c2bf306d2ac0ceaa8c97c1a0860f874926d554a4cac393b5e55b8e1?d=identicon)[ck-developer](/maintainers/ck-developer)

---

Top Contributors

[![ck-developer](https://avatars.githubusercontent.com/u/6842518?v=4)](https://github.com/ck-developer "ck-developer (16 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ck-developer-payline-module/health.svg)

```
[![Health](https://phpackages.com/badges/ck-developer-payline-module/health.svg)](https://phpackages.com/packages/ck-developer-payline-module)
```

###  Alternatives

[lolautruche/payline-bundle

Symfony integration for Payline payment system

15177.2k](/packages/lolautruche-payline-bundle)[payum/payum-module

Rich payment solutions for zend framework2. Paypal, payex, authorize.net, be2bill, omnipay, recurring paymens, instant notifications and many more

2114.0k](/packages/payum-payum-module)

PHPackages © 2026

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