Download the PHP package zhu/aliyun-oss without Composer
On this page you can find all versions of the php package zhu/aliyun-oss. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download zhu/aliyun-oss
More information about zhu/aliyun-oss
Files in zhu/aliyun-oss
Download zhu/aliyun-oss
More information about zhu/aliyun-oss
Files in zhu/aliyun-oss
Vendor zhu
Package aliyun-oss
Short Description 阿里云 OSS 官方 SDK 的 Composer 封装,支持任何 PHP 项目,包括 Laravel、Symfony、TinyLara 等等。
License MIT
Homepage https://github.com/zhukangfeng/AliyunOSS
Package aliyun-oss
Short Description 阿里云 OSS 官方 SDK 的 Composer 封装,支持任何 PHP 项目,包括 Laravel、Symfony、TinyLara 等等。
License MIT
Homepage https://github.com/zhukangfeng/AliyunOSS
Please rate this library. Is it a good library?
Informations about the package aliyun-oss
AliyunOSS
最近更新:AliyunOSS v1.1 发布,增加内外网配置分离。
AliyunOSS 是阿里云 OSS 官方 SDK 的 Composer 封装,支持任何 PHP 项目,包括 Laravel、Symfony、TinyLara 等等。
更新记录
- 2015-10-22
Release v1.3
添加阿里云OSS中object的删除,复制,移动的函数接口 - 2015-08-07
Release v1.2
修复内存泄露 bug。 - 2015-01-12
Release v1.1
增加内外网配置分离。 - 2015-01-09
Release v1.0
完善功能,增加 Laravel 框架详细使用教程及代码。
安装
将以下内容增加到 composer.json:
然后运行 composer update
。
使用(以 Laravel 为例)
构建 Service 文件
新建 app/services/OSS.php
,内容可参考:OSSExample.php:
放入自动加载
在 composer.json
中 autoload -> classmap
处增加配置:
然后运行 composer dump-autoload
。
增加相关配置
在 app/config/app.php 中增加四项配置:
使用
反馈
有问题请到 http://lvwenhan.com/laravel/425.html 下面留言。
License
除 “版权所有(C)阿里云计算有限公司” 的代码文件外,遵循 MIT license 开源。
All versions of aliyun-oss with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package zhu/aliyun-oss contains the following files
Loading the files please wait ....