moneroo/moneroo-php 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

moneroo/moneroo-php

最新稳定版本:v0.1.0

Composer 安装命令:

composer require moneroo/moneroo-php

包简介

This is simple PHP Package to interact with Moneroo API.

README 文档

README

Moneroo website

Moneroo PHP SDK

Slack · Website · Contact · Documentation

PHP Version Build Status Latest Stable Version Total Downloads License

The Moneroo PHP SDK provides convenient access to the Moneroo API from applications written with PHP.

Requirements

PHP Requirements: PHP 7.4 and later.

Installation

You can install the package via composer:

composer require moneroo/moneroo-php

Documentation

See the php SDK documentation.

Development

1- Perform the tests

 composer test

2- Format and analyze your code before commit and push.

 composer format # Format your code with the required code style
 composer unused # check if there is an unused dependency
composer analyze # Analyze your code with phpstan

DEV Mode

You can set devMode to true when creating a new instance of the SDK to enable the dev mode. After enabling the dev mode, you can pass devBaseUrl to customize the base URL of the Moneroo API you want to use. In dev mode, the SDK will use the devBaseUrl instead of the default base URL https://api.moneroo.io.

Notes

  • The project is based on the KISS principle.
  • Each time you make a change, you must run the tests and format your code.
  • Each time you make a change, you must update the documentation.
  • Each time you make a change, you must update the changelog.
  • Each time you make a change, you must add test cases.
  • Each time you make a change, you must update the version number.
  • Each time you make a change, you must update the API documentation.
  • Each time you make a change, you must update the README.md file.

Security Vulnerabilities

If you discover a security vulnerability within Moneroo php SDK, please send an e-mail to Moneroo Security via hello@moneroo.io. All security vulnerabilities will be promptly addressed.

License

The Moneroo PHP SDK is open-sourced software licensed under the MIT license.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-09-03