定制 leveon/connector 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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 8
  • PHP extensions:
    • json
    • curl
    • sqlite3
  • 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

  • key
  • signKey

统计信息

  • 总下载量: 17
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: Apache-2.0
  • 更新时间: 2024-05-20