Giter VIP home page Giter VIP logo

cleeng-php-sdk's Introduction

Cleeng PHP SDK

PHP wrapper around Cleeng API (version 3.0).

Installation

Cleeng PHP SDK is available as Composer package, and can be installed by adding following statement in composer.json file:

"require": {
    "cleeng/cleeng-php-sdk": "dev-master"
}

and running php composer.phar update afterwards.

If composer is not available, you can download this package, put in in your sources directory, and include loader file:

    require_once 'path/to/cleeng/cleeng_api.php';

Usage

For usage instructions please refer to Documentation page.

cleeng-php-sdk's People

Contributors

captainjojo42 avatar frak avatar j0k3r avatar kwiercioch avatar michalmlynarczykcleeng avatar mtymek avatar tomekszad avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cleeng-php-sdk's Issues

Fetch all transactions problem

why this api doesnt fetch all data fetched data are 100 less than all transactions.
i've used this $cleengApi->listTransactions also in cleeng.com console doesnt show all my transactions it shows 100 less.

There is not tag for 3.X version

Could you make a tag for the 3.X version, even if it's a -beta or something else ?
We need it for our production environment and we can't afford to put "dev" on minimum-stability.

Tests won't pass

Typing this command $ vendor/bin/phpunit -c tests/phpunit.xml in my console, outputs :

PHPUnit 3.7.38 by Sebastian Bergmann.

Configuration read from tests/phpunit.xml

PHP Fatal error:  Declaration of PHPUnit_Framework_Comparator_DOMDocument::assertEquals($expected, $actual, $delta = 0, $canonicalize = false, $ignoreCase = false) must be compatible with PHPUnit_Framework_Comparator_Object::assertEquals($expected, $actual, $delta = 0, $canonicalize = false, $ignoreCase = false, array &$processed = Array) in vendor/phpunit/phpunit/PHPUnit/Framework/Comparator/DOMDocument.php on line 114

$ composer show outputs :

phpunit/php-code-coverage    1.2.18  Library that provides collection, processing, and rendering functionality for PHP code coverage information.
phpunit/php-file-iterator    1.4.5   FilterIterator implementation that filters files based on a list of suffixes.
phpunit/php-text-template    1.2.1   Simple template engine.
phpunit/php-timer            1.0.9   Utility class for timing
phpunit/php-token-stream     1.2.2   Wrapper around PHP's tokenizer extension.
phpunit/phpunit              3.7.38  The PHP Unit Testing framework.
phpunit/phpunit-mock-objects 1.2.3   Mock Object library for PHPUnit
symfony/yaml                 v2.8.33 Symfony Yaml Component

Is this project still alive? Do you need help to update PHPUnit and the test suite (implying to drop old PHP version support)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.