Download the PHP package luminescent/aliyun-oss without Composer
On this page you can find all versions of the php package luminescent/aliyun-oss. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download luminescent/aliyun-oss
More information about luminescent/aliyun-oss
Files in luminescent/aliyun-oss
Download luminescent/aliyun-oss
More information about luminescent/aliyun-oss
Files in luminescent/aliyun-oss
Vendor luminescent
Package aliyun-oss
Short Description 阿里云 OSS 官方 SDK 的 Composer 封装
License MIT
Homepage https://github.com/johnlui/AliyunOSS
Package aliyun-oss
Short Description 阿里云 OSS 官方 SDK 的 Composer 封装
License MIT
Homepage https://github.com/johnlui/AliyunOSS
Please rate this library. Is it a good library?
Informations about the package aliyun-oss
AliyunOSS
AliyunOSS 是阿里云 OSS 官方 SDK 的 Composer 封装,支持任何 PHP 项目
更新记录
- 2023-06-29
Release v1.0.0
安装
安装有两种方式:
① 直接编辑配置文件
将以下内容增加到 composer.json:
然后运行 composer update
。
② 执行命令安装
运行命令:
使用(以 Laravel 为例)
构建 Service 文件
新建 app/services/OSS.php
,内容可参考:OSS.php,然后修改配置:
放入自动加载
遵循 psr-0 的项目(如Laravel 4、CodeIgniter、TinyLara)中:
在 composer.json
中 autoload -> classmap
处增加配置:
然后运行 composer dump-autoload
。
遵循 psr-4 的项目(如 Laravel 5、Symfony)中:
无需配置,保证目录 App/Services
和命名空间 namespace App\Services;
一致即可自动加载。
使用
更多用法等待着你去发现。
反馈
有问题请到 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 luminescent/aliyun-oss contains the following files
Loading the files please wait ....