Download the PHP package ywfwj2008/yop-sdk without Composer

On this page you can find all versions of the php package ywfwj2008/yop-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package yop-sdk

###########环境依赖 php v5.5+ 安装php的mcrypt扩展 openssl

###########部署步骤

  1. 添加php的mcrypt扩展 openssl

###########目录结构描述 | ├── lib // 函数库 │ ├── AESEncrypter.php // AES函数集 │ ├── Base64Url.php // Base64Url函数集 │ ├── BlowfishEncrypter.php // 加解密处理 │ ├── HttpRequest.php // Http请求函数集 │ ├── HttpUtils.php // Http处理共通函数集 │ ├── StringBuilder.php // 字符串创建函数集 │ ├── StringUtils // 字符串处理函数集 │ └── YopSignUtils.php // YOP签名共通函数集 ├── YopClient.php // 对称秘钥请求处理函数集 ├── YopClient3.php // 非对称秘钥请求处理函数集 ├── YopConfig.php // YOP配置信息函数集 ├── YopRequest.php // YOP请求处理函数集 ├── YopResponse.php // YOP返回处理函数集 ├── test // 测试 │ ├── info.php // PHP环境测试页面 │ └── Test.php // 测试程序页面 ├── Readme.txt // help

POST /yop-center/rest/v1.0/paperorder/api/pay/query HTTP/1.1 Accept: text/plain, application/json, application/+json, /* Content-Type: application/x-www-form-urlencoded User-Agent: Java/1.8.0_91 Host: 10.151.30.88:8064 Connection: keep-alive Content-Length: 233

0e65894ea9f91213f6991a5c81fa23b4ed1345e13f31d0fb43d0a1831760a3f7

0owN80Vs39386sSSi7B76wa7497P41gZ3G4b8971V8R8sc6lS7ns4FA2846TcustomerNo10040020578formatjsonlocalezh_CNmerchantno10040020578method/rest/v1.0/paperorder/api/pay/queryrequestnoYOP-SDK-1471601751370ts1471601751342v1.00owN80Vs39386sSSi7B76wa7497P41gZ3G4b8971V8R8sc6lS7ns4FA2846T

format=json locale=zh_CN ts=1471601751342 customerNo=10040020578 sign=0e65894ea9f91213f6991a5c81fa23b4ed1345e13f31d0fb43d0a1831760a3f7 encrypt=C%252FG0UURN6jufCiZP0aeDgcSkdpQHXn8JqlIrxxBsrW1LOLTTmWpXSUHOpcDoBWda2WBzJYEBH

0owN80Vs39386sSSi7B76wa7497P41gZ3G4b8971V8R8sc6lS7ns4FA2846TcustomerNo10040020578formatjsonlocalezh_CNmerchantno10040020578method/rest/v1.0/paperorder/api/pay/queryrequestnoYOP-SDK-1471601751370ts1471601751342v1.00owN80Vs39386sSSi7B76wa7497P41gZ3G4b8971V8R8sc6lS7ns4FA2846T 0004b49b668fba3e3c8d88bce978419227468281646b9c03ea174b2158c7ad18

appKey= format=json locale=zh_CN ts=1471599539977 customerNo=10040020578 sign=0004b49b668fba3e3c8d88bce978419227468281646b9c03ea174b2158c7ad18 encrypt=jqIh5ikW6033NV6jQ9o5XJaOJ5czDmd2MiOUkTtoBeyOaI7lglVF58bh1LEuRqoxMpWKooEUYRnDD6jOe28TvQ%253D%253D

{ "state" : "SUCCESS", "result" : "HTg9s/K7xqECF5KspdG6wvLiEICimhmB3hOn78tWbUsmSYQ5pBeQB9Z3AazmXb/3RcHeEAacaQyd4RnlPNNV8K+9oBUjPR+Ux47H34M46UBkb9Y8VcIK8Dhr2WVMIOp/sjG8vXuiqzoybqq7RZUExcCYK0k8DqWLqkGOC90TU8a+4DiQGuLG0mkx3XhRg60zD9AvJsZO3n+Dclk7EsXvE5uJ96gPIM8NsmiI0PKYndfM70sEUYgjZNsj7LEcCTfn7FXB+hXVL7FzuvSUnRHlGQjH8btkp7tV2TCMjKImcBvU1WIQp2pqqwR864aaDQ2wZfEAWVdb2NnNoycHbw==", "ts" : 1471599541473, "sign" : "ab7f48bcc3b91d06b1108ac3458caac460c3f3d4918202e04b59ea13d3127035" }


All versions of yop-sdk with dependencies

PHP Build Version
Package Version
Requires guzzlehttp/guzzle Version ~6.4.1
monolog/monolog Version ~1.25.2
ext-openssl Version *
ext-json Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package ywfwj2008/yop-sdk contains the following files

Loading the files please wait ....