Download the PHP package horseluke/alibaba-sdk without Composer

On this page you can find all versions of the php package horseluke/alibaba-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 alibaba-sdk

阿里巴巴SDK For PHP

概述

本PHP SDK适用于调用阿里巴巴旗下各开放平台的API。目前已经支持:

本SDK完全支持淘宝开放平台API

对应Client类名:\AlibabaSDK\Taobao\TaobaoClient

备注:阿里云安全API,即云盾魔方属于这个体系。

本SDK完全支持淘宝开放平台OAuth登录

对应Client类名:\AlibabaSDK\TaobaoOAuth\TaobaoOAuthClient

本SDK部分支持阿里云API

目前支持ECS和RDS,其余支持尚待进一步扩展开发。

对应Client类名:\AlibabaSDK\Aliyun\AliyunClient

特性

协议

使用Apache License, Version 2.0协议。

系统要求

使用方法

以下目录有使用方法:

建议按照需要,按参数注册不同的Client类单例(比如不同Region来注册不同的Client单例、不同的appkey注册不同的Client单例)。

方法有:

文档

(正在撰写中)

其它

如果存在使用上的问题、发现bug或者想提建议,请在此发issue、或发邮件到[email protected]

如果发现安全漏洞,请直接发邮件到[email protected]

以上反馈信息本人会详细评估,并进行适合的沟通和处理。

觉得好用,用支付宝支持作者

参赛说明

本作品为2015"云朵之上,编码未来"阿里云开源编程马拉松参赛作品之一。根据比赛规则,本作品托管在Git@OSC上。

本作品属于项目选题“基于阿里云安全接口的内容安全微服务”的作品系列之一:SDK部分。

本选题作品系列之二,即基于内容安全检测微服务(暨SDK的工业化(虚构)实际应用集成)开源参赛作品,请访问horseluke / content-guard-microsrv-aliyun

本SDK作品主要服务阿里云安全API,即云盾魔方。由于云盾魔方接口属于淘宝开放平台API体系,故该SDK主要支持淘宝开放平台。

本SDK作品应看作半学术半工程化作品。该含义是:


All versions of alibaba-sdk with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4.0
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 horseluke/alibaba-sdk contains the following files

Loading the files please wait ....