credova/credova-php

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (v0.1.6) of this package.

Credova API v2 in PHP

v0.1.6 2019-04-24 22:19 UTC

This package is auto-updated.

Last update: 2019-06-12 22:44:40 UTC


README

Credova API v2 in PHP.

Requires at least PHP 5.3 with a cURL extension.

Installation

You can install credova-php using Composer:

composer require credova/credova-php

Alternatively you can just download the Credova.php file and include it manually:

include('./Credova.php'); 

Examples

Please refer to examples\sample.php