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

Maintainers

Package info

bitbucket.org/credova/credova-php

Homepage

pkg:composer/credova/credova-php

Statistics

Installs: 9 732

Dependents: 0

Suggesters: 0

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