Download the PHP package i25ma/vip-union without Composer

On this page you can find all versions of the php package i25ma/vip-union. 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 vip-union

唯品会开放平台(vop.vip.com)SDK使用说明书

1)内容说明

┬ src/Osp 底层通讯协议源码 └ src/* 服务帮助类源码

2)使用说明

直接将src目录下所有内容引入到项目中即可。

3)关键字段说明

appkey:创建应用时生成,为接口调用凭证之一 appsecret:创建应用时生成,为接口调用凭证之一 accessToken:通过Oauth认证授权时生成,参考:http://vop.vip.com/doccenter/viewdoc/33 sign:调用签名,建议在异常捕获中记录该值,可以提高开放平台定位异常的效率,具体生成规则参考:http://vop.vip.com/doccenter/viewdoc/8#A4

4)调用示例

将sdk引入到项目中后,可根据以下demo测试应用访问权限和连通性。

5)FAQ

a.调用失败?

i.对于有明确返回错误信息的失败调用,请根据错误信息提示操作; ii.对于原因不明的失败,请通过开放平台的支持中心搜索解决方案或提交问题进行报障:https://vop.vip.com/support/index

b.网络环境不稳定或超时?

i.如果是正式环境,请确认调用参数AppUrl是否为https://vop.vipapis.com ii.若业务参数包含分页数据,请按照API在线文档(https://vop.vip.com/apicenter/index)的建议大小设置每页数据大小,一般建议每页数据在100以内 iii.其他疑难问题,请通过开放平台的支持中心提交问题进行报障:https://vop.vip.com/support/index

c.sdk如何升级?

可到开放平台下载sdk最新版本,:https://vop.vip.com/doccenter/viewdoc/20 建议下载新的sdk以后,替换src目录下所有内容,以保证sdk正常运行。


All versions of vip-union with dependencies

PHP Build Version
Package Version
No informations.
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 i25ma/vip-union contains the following files

Loading the files please wait ....