momospay/momospay-php
最新稳定版本:v1.5-beta.1.0
Composer 安装命令:
composer require momospay/momospay-php
包简介
Php sdk of Momospay - Online payment solution by credit card and mobile money
README 文档
README
The Momospay PHP library provides convenient access to the Momospay API from applications written in the PHP language. It includes a pre-defined set of classes for API resources that initialize themselves dynamically from API responses which makes it compatible with a wide range of versions of the Momospay API.
You can sign up for a Momospay account at https://momospay.com.
Requirements
PHP 5.5 and later.
Composer
You can install the bindings via Composer. Run the following command:
composer require momospay/momospay-php
To use the bindings, use Composer's autoload:
require_once('vendor/autoload.php');
Manual Installation
If you do not wish to use Composer, you can download the latest release. Then, to use the bindings, include the init.php file.
require_once('/path/to/momospay-php/init.php');
Dependencies
The bindings require the following extension in order to work properly:
If you use Composer, these dependencies should be handled automatically. If you install manually, you'll want to make sure that these extensions are available.
Getting Started
Simple usage looks like:
Documentation
Please see https://docs.momospay.com for up-to-date documentation.
Development
Install dependencies:
composer install
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-05-24