Download the PHP package johnlui/aliyun-oss-laravel7 without Composer
On this page you can find all versions of the php package johnlui/aliyun-oss-laravel7. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download johnlui/aliyun-oss-laravel7
More information about johnlui/aliyun-oss-laravel7
Files in johnlui/aliyun-oss-laravel7
Download johnlui/aliyun-oss-laravel7
More information about johnlui/aliyun-oss-laravel7
Files in johnlui/aliyun-oss-laravel7
Vendor johnlui
Package aliyun-oss-laravel7
Short Description 阿里云 OSS 官方 SDK 的 Composer 封装,支持任何 PHP 项目,包括 Laravel、Symfony、TinyLara 等等。
License MIT
Homepage https://github.com/johnlui/AliyunOSS
Package aliyun-oss-laravel7
Short Description 阿里云 OSS 官方 SDK 的 Composer 封装,支持任何 PHP 项目,包括 Laravel、Symfony、TinyLara 等等。
License MIT
Homepage https://github.com/johnlui/AliyunOSS
Please rate this library. Is it a good library?
Informations about the package aliyun-oss-laravel7
AliyunOSS-Laravel7
AliyunOSS-Laravel7 是阿里云 OSS 官方 SDK 的 Composer 封装,专供 Laravel 7 和 Laravel 8。
更新记录
- 2020-06-19
Release v3.0.0
v3 发布,专供 Laravel 7、8 - 2017-03-08
Release v2.0.0
v2 发布,在 API 易用性上进行了大量优化 - 2016-09-12
Release v1.3.5
加入文件元信息的设置功能 - 2016-07-20
Release v1.3.4
加入文件元信息的获取功能 - 2016-01-31
Release v1.3.2
获取指定虚拟文件夹下的所有文件 - 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
,内容可参考:OSS.php,然后修改配置:
放入自动加载
无需配置,保证目录 App/Services
和命名空间 namespace App\Services;
一致即可自动加载。
使用
更多用法等待着你去发现。
构建 Service 文件
新建 src/AppBundle/Services/OSS.php
,内容参考:OSS.php。
修改顶部的命名空间为 namespace AppBundle\Services;
。
放入自动加载
无需配置。
使用
反馈
有问题请到 http://lvwenhan.com/laravel/425.html 下面留言。
License
除 “版权所有(C)阿里云计算有限公司” 的代码文件外,遵循 MIT license 开源。
All versions of aliyun-oss-laravel7 with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2.0
The package johnlui/aliyun-oss-laravel7 contains the following files
Loading the files please wait ....