PHPackages                             dalenys/php-merchant-api - 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. dalenys/php-merchant-api

ActiveLibrary[Payment Processing](/categories/payments)

dalenys/php-merchant-api
========================

Dalenys PHP merchant API

2.0.0(6y ago)1212.1k—4.1%4[3 PRs](https://github.com/dalenys/php-merchant-api/pulls)BSD-3-ClausePHPPHP &gt;=5.2.0CI failing

Since Jun 23Pushed 2y ago1 watchersCompare

[ Source](https://github.com/dalenys/php-merchant-api)[ Packagist](https://packagist.org/packages/dalenys/php-merchant-api)[ Docs](http://developer.dalenys.com/)[ RSS](/packages/dalenys-php-merchant-api/feed)WikiDiscussions master Synced 1mo ago

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

\[Dalenys Merchant API\] ()

A simple PHP implementation of the Dalenys payment platform API.

[![Build Status](https://camo.githubusercontent.com/3d15629403f1e2ca208793e7cf5c54c4c3dda1597b3c2aa9cd19a47a332343b4/68747470733a2f2f7472617669732d63692e6f72672f64616c656e79732f7068702d6d65726368616e742d6170692e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/dalenys/php-merchant-api)[![Latest Stable Version](https://camo.githubusercontent.com/67ab86d3456890a167b0c82e34b3373fa14daf0662b335fab9489d7fd6bccae5/68747470733a2f2f706f7365722e707567782e6f72672f64616c656e79732f7068702d6d65726368616e742d6170692f762f737461626c65)](https://packagist.org/packages/dalenys/php-merchant-api)[![Total Downloads](https://camo.githubusercontent.com/57ad085844dd8d828777babe3fd9bad79c2d14e572c637ab7f3219e20b653891/68747470733a2f2f706f7365722e707567782e6f72672f64616c656e79732f7068702d6d65726368616e742d6170692f646f776e6c6f616473)](https://packagist.org/packages/dalenys/php-merchant-api)[![License](https://camo.githubusercontent.com/bb5b0b4e82af4bf49d841070e5da1c95a1f4da8ef9a70a68b1a4d52fb73adfda/68747470733a2f2f706f7365722e707567782e6f72672f64616c656e79732f7068702d6d65726368616e742d6170692f6c6963656e7365)](https://packagist.org/packages/dalenys/php-merchant-api)

Installing
----------

[](#installing)

### Composer

[](#composer)

You can easily install this library by adding the following lines to your composer.json file

```
{
  "require": {
    "dalenys/php-merchant-api": "2.*"
  }
}
```

or by using this command line in a terminal at the root of your project

```
composer require dalenys/php-merchant-api 1.*
```

### Manual install

[](#manual-install)

You can install this library manually by simply cloning it to your project and including scripts/autoload.php

Using
-----

[](#using)

### Building a simple payment form

[](#building-a-simple-payment-form)

Here is the code sample for implementing a simple 10€ payment form

```
