当前位置: 首页 > 软件库 > Web3 > 开源货币/比特币 >

alfacashier-api-php

授权协议 MIT License
开发语言 Python
所属分类 Web3、 开源货币/比特币
软件类型 开源软件
地区 不详
投 递 者 司寇善
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Description

alfacashier-api-php is a PHP Library for interacting with ALFAcashier API.

alfacashier-api-php provides instant automatic cryptocurrency exchange integration on your website via ALFAcashier.

alfacashier-api-php allows you to integrate instant automatic exchange of the following cryptocurrencies:

  • Bitcoin (BTC)
  • Ethereum (ETH)
  • XRP (XRP)
  • Bitcoin Cash (BCH)
  • Litecoin (LTC)
  • Zcash (ZEC)
  • Dash (DASH)
  • Monero (XMR)
  • NEM (XEM)
  • Stellar (XLM)
  • Ethereum Classic (ETC)

Installation

alfacashier-api-php is available on Packagist (using semantic versioning), and installation via composer is the recommended way to install alfacashier-api-php. Just add this line to your composer.json file:

"alfacashier/alfacashier-api-php": "~v1.0"

or run

composer require alfacashier/alfacashier-api-php

Note that the vendor folder and the vendor/autoload.php script are generated by composer; they are not part of alfacashier-api-php.

Alternatively, if you're not using composer, copy the contents of the alfacashier-api-php folder somewhere and load each class file manually:

<?php
// include once ALFAcashier main API class
require_once 'path/to/alfacashier-api-php/src/Api.php';
require_once 'path/to/alfacashier-api-php/src/Exception.php';
use ALFAcashier\ALFAcashierAPI;
use ALFAcashier\ALFAcashier_Exception;
// create new ALFAcashierAPI object
$api = new ALFAcashierAPI;

To work with unstable version simply clone this repository:

git clone https://github.com/alfacashier/alfacashier-api-php
cd alfacashier-api-php/

Getting Started

See the examples directory for examples of how to use this library.

Additional information and API documentation is here: ALFAcashier API Reference.

 相关资料
  • B2BinPay API client for PHP Accepting Bitcoin, Bitcoin Cash, Ethereum, DASH, Litecoin, Monero, NEO, NEM, Ripple, Cardano, Dogecoin, Zcash, Stellar, EOS, TRON, Binance Coin and any ERC20 and stablecoin

  • MultiSearch API multi search API 允许在同一API中执行多个搜索请求。它的端点(endpoint)是 _msearch 。 首先请看MultiSearch API Query 文档 SearchRequestBuilder srb1 = client .prepareSearch().setQuery(QueryBuilders.queryStringQue

  • 6.6 ABP表现层 - AJAX API 6.6.2.1 AJAX操作问题 现代的应用经常会使用AJAX,尤其是单页应用,几乎是和服务器通信的唯一手段,执行AJAX通常会有以下步骤: 基本上:为了执行一个AJAX调用,首先你要在客户端提供一个可供请求的URL,选取提交数据和一个方法(GET,POST,PUT,DELETE)。 等待调用完成后,处理返回结果。当执行AJAX调用服务器端的时候,可能会

  • Criteria API是一个预定义的API,用于定义实体的查询。 它是定义JPQL查询的另一种方法。 这些查询是类型安全的,可移植且易于通过更改语法进行修改。 与JPQL类似,它遵循抽象模式(易于编辑模式)和嵌入对象。 元数据API与标准API混合以为标准查询建模持久实体。 标准API的主要优点是可以在编译期间更早地检测到错误。 基于字符串的JPQL查询和基于JPA标准的查询在性能和效率上是相同

  • 什么是REST架构? REST代表REpresentational State Transfer。 REST是基于Web标准的体系结构,使用HTTP协议。 它围绕资源,其中每个组件都是资源,资源由使用HTTP标准方法的公共接口访问。 REST最初由Roy Fielding于2000年推出。 REST服务器只提供对资源和REST客户端访问的访问,并使用HTTP协议修改资源。 这里每个资源都由URI

  • PHP OAuth API可以授权访问的用户一个API使用OAuth协议。它抽象OAuth 1.0,1.0和2.0在同一个类,因此您可以使用相同的“获得一个令牌”授权访问代表当前用户的任何API支持任何版本的OAuth协议。它提供了内置 支持几种流行的OAuth服务器,所以您不必手动配置类与特定于服务器的所有OAuth细节。目前,它提供了内置支持OAuth的服务 器,Facebook,Flickr