pur09/apirone

实现Apirone API的库

dev-master 2022-08-12 08:21 UTC

This package is auto-updated.

Last update: 2024-09-12 00:34:32 UTC


README

用于与apirone.com一起工作的SDK

从命令行界面

$ composer config repositories.apirone vcs https://github.com/purt09/apirone.git
$ composer require purt09/apirone:dev-master

单元测试

在本地安装

$ composer install

运行测试

$ php vendor/bin/phpunit --bootstrap vendor/autoload.php tests/unit/Services/WalletTest.php
$ php vendor/bin/phpunit --bootstrap vendor/autoload.php tests/unit/Services/NetworkFeeTest.php
$ php vendor/bin/phpunit --bootstrap vendor/autoload.php tests/unit/Services/CourseTest.php

或者

$ "vendor/bin/phpunit" --bootstrap vendor/autoload.php tests/unit/Services/WalletTwoTest.php
$ "vendor/bin/phpunit" --bootstrap vendor/autoload.php tests/unit/Services/NetworkFeeTest.php
$ "vendor/bin/phpunit" --bootstrap vendor/autoload.php tests/unit/Services/CourseTest.php