Download the PHP package luckyhlq/nnopen without Composer
On this page you can find all versions of the php package luckyhlq/nnopen. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download luckyhlq/nnopen
More information about luckyhlq/nnopen
Files in luckyhlq/nnopen
Download luckyhlq/nnopen
More information about luckyhlq/nnopen
Files in luckyhlq/nnopen
Vendor luckyhlq
Package nnopen
Short Description sdk for ISV or merchant of nuonuo open platform
License MIT
Package nnopen
Short Description sdk for ISV or merchant of nuonuo open platform
License MIT
Please rate this library. Is it a good library?
Informations about the package nnopen
nnopen
诺诺开放平台接口封装
依赖:
curl扩展
composer
使用方法:
composer require luckyhlq/nnopen
include "./vendor/autoload.php";
use \Nnuo\Open\Api;
$appKey = "your.appKey";
$appSecret = "your.appSecret";
$res = Api::getMerchantToken($appKey, $appSecret);
var_dump($res);
All versions of nnopen with dependencies
PHP Build Version
Package Version
Requires
php Version
^5.6 || ^7.0
The package luckyhlq/nnopen contains the following files
Loading the files please wait ....