Download the PHP package daofirst/aliyun-oss without Composer
On this page you can find all versions of the php package daofirst/aliyun-oss. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download daofirst/aliyun-oss
More information about daofirst/aliyun-oss
Files in daofirst/aliyun-oss
Download daofirst/aliyun-oss
More information about daofirst/aliyun-oss
Files in daofirst/aliyun-oss
Vendor daofirst
Package aliyun-oss
Short Description 阿里云 OSS 官方 SDK 的 Composer 封装,支持任何 PHP 项目,包括 Laravel、Symfony、TinyLara 等等。
License MIT
Homepage https://github.com/daofirst/AliyunOSS
Package aliyun-oss
Short Description 阿里云 OSS 官方 SDK 的 Composer 封装,支持任何 PHP 项目,包括 Laravel、Symfony、TinyLara 等等。
License MIT
Homepage https://github.com/daofirst/AliyunOSS
Please rate this library. Is it a good library?
Informations about the package aliyun-oss
AliyunOSS
最近更新:AliyunOSS v1.3 发布,增加删除、复制、移动文件功能。
AliyunOSS 是阿里云 OSS 官方 SDK 的 Composer 封装,支持任何 PHP 项目,包括 Laravel、Symfony、TinyLara 等等。
更新记录
- 2015-10-23
Release v1.3
增加删除、复制、移动文件功能。 - 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:
放入自动加载
遵循 psr-0 的项目(如Laravel 4、CodeIgniter、TinyLara)中:
在 composer.json
中 autoload -> classmap
处增加配置:
然后运行 composer dump-autoload
。
遵循 psr-4 的项目(如 Laravel 5、Symfony)中:
无需配置,保证目录 App/Services
和命名空间 namespace App\Services;
一致即可自动加载。
增加相关配置
在 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 daofirst/aliyun-oss contains the following files
Loading the files please wait ....