leveon/connector
Composer 安装命令:
composer require leveon/connector
包简介
Module for simplifying interactions with leveon's exchange api
README 文档
README
This package is useful for simplifying interaction with Leveon exchange api
Requirement
PHP 8PHPextensions:jsoncurlsqlite3
composer/composer
Install
composer require leveon/connector
Add to your composer.json auto updating scripts, which will automatically migrate your project and local database on module upgrading
"scripts": {
"leveon-install": "Leveon\\Connector\\Deploy\\Installer::Install",
"post-package-update": [
"@leveon-install"
],
"post-install-cmd": [
"@leveon-install"
],
}
After first installation, when you have added scripts to composer.json manually run
composer run-script leveon-install
When this command completed, next structure will be created in your project
[project dir]
├╴config
│ └╴leveon.php
└╴data
└╴leveon
└╴connector.sqlite
└╴connector.sqlite-shm
└╴connector.sqlite-wal
In file config/leveon.config.php you should define your access tokens which can be obtained in your personal account
keysignKey
统计信息
- 总下载量: 17
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2024-05-20