Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.34 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.34 KB

MBWay-PHP

Codacy Badge Build Status Latest Stable Version Total Downloads Latest Unstable Version License

PHP library to communicate with MB WAY API.

Installing via Composer

The recommended way to install is through Composer.

# Install Composer
$ curl -sS https://getcomposer.org/installer | php

# Add mbway-php as a dependency
$ php composer.phar require prbdias/mbway-php:0.1

After installing, you need to require Composer's autoloader:

require 'vendor/autoload.php';

License

This library is under the MIT License, see the complete license here