PHPackages                             keeguon/phaybox - 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. keeguon/phaybox

ActiveLibrary[Payment Processing](/categories/payments)

keeguon/phaybox
===============

Phaybox is a small library wrote in PHP allowing e-commerce website to interact easily with the Paybox API.

1.2.1(12y ago)2592MITPHPPHP &gt;=5.3.2

Since Feb 2Pushed 12y ago1 watchersCompare

[ Source](https://github.com/Keeguon/Phaybox)[ Packagist](https://packagist.org/packages/keeguon/phaybox)[ Docs](https://github.com/Keeguon/Phaybox)[ RSS](/packages/keeguon-phaybox/feed)WikiDiscussions master Synced 4d ago

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

Phaybox
=======

[](#phaybox)

Phaybox is a small library wrote in PHP allowing e-commerce website to interact easily with the Paybox API.

Requirements
------------

[](#requirements)

- PHP 5.3.x

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

[](#installation)

### Using composer

[](#using-composer)

To install Phaybox with composer you simply need to create a composer.json in your project root and add:

```
{
    "require": {
        "keeguon/phaybox"
    }
}

```

Then run

```
$ wget --quiet http://getcomposer.org/composer.phar
$ php composer.phar install --install-suggest

```

You have now Phaybox installed in vendor/friendspray/phaybox

And an handy autoload file to include in you project in vendor/.composer/autoload.php

### Using git

[](#using-git)

To install Phaybox using git you just have to run the following command:

```
$ git clone https://github.com/Keeguon/Phaybox.git --recursive

```

Testing
-------

[](#testing)

The library is fully tested with PHPUnit for unit tests. To run tests you need PHPUnit installed on your system.

Go to the base library folder and run the test suites

```
$ phpunit

```

Code style
----------

[](#code-style)

- Phaybox follows most of the [Symfony2 Coding Standard](https://github.com/opensky/Symfony2-coding-standard)

How to use
----------

[](#how-to-use)

```
