Download the PHP package pinguo/effectapi-php-sdk without Composer

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

Camera360 Effect API SDK for PHP

SDK介绍

PHP版本:cURL extension, 5.3.2+

利用Camera360最先进的图像处理技术,给图片添加上百款滤镜,支持的滤镜参考滤镜列表

特别声明:所有上传的图片和特效图都只会在服务器保存 1天1天 后自动删除没有备份。

安装

通过 Composer,这是推荐的方式。SDK 包已经放到这里 pinguo/effectapi-php-sdk

Composer 是PHP的依赖管理工具,你在项目中声明所依赖的东西,Composer 会找出哪个版本的包需要安装,并安装它们(将它们下载到你的项目中)。

  1. 安装Composer

    局部安装,在项目根目录下执行命令

    composer.phar 将下载到你的项目中。

    全局安装,继续执行命令

  2. 安装最新稳定版本SDK

  3. 自动加载

    Composer 准备了一个自动加载文件,可以加载 Composer 下载的库中所有的类文件。只需将下面的代码添加到项目引导文件中。

快速接入

在开始使用 SDK 之前,首先需要联系商务注册一个账号,并获得一对有效的密钥对 AccessKeySecretKey,请妥善保管密钥对,切勿泄露

示例:

说明:字段 $filter 参考滤镜列表

常见问题

联系我们

商务合作

代码许可

The MIT License (MIT).详情见 License文件.


All versions of effectapi-php-sdk with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.3
qiniu/php-sdk Version ~7.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 pinguo/effectapi-php-sdk contains the following files

Loading the files please wait ....