Download the PHP package bmslaravel/aliyun-sts without Composer
On this page you can find all versions of the php package bmslaravel/aliyun-sts. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package aliyun-sts
Lumen Laravel 5+. AliYun OSS-STS
Composer
composer require bmslaravel/aliyun-sts
Laravel/Lumen Service Register
- Laravel => config/app.php
Helium\Sts\AliYunSTSServiceProvider::class
- Lumen => bootstrap/app.php
$app->register(Helium\Sts\AliYunSTSServiceProvider::class);
Facade Register
- Laravel => config/app.php
'AliYunSTS' => Helium\Sts\Facades\AliYunSTS::class
- lumen => bootstrap/app.php
Config
- lumen copy
vendor/bmslaravel/src/config/sts.php
toconfig/sts.php
- Laravel vendor:publish
Demo
Reference link
https://help.aliyun.com/document_detail/64041.html?spm=a2c4g.11186623.2.17.38165bd44oA7Q2#concept-64041-z https://help.aliyun.com/document_detail/32069.html?spm=a2c4g.11186623.6.989.26a459662WQfhJ https://help.aliyun.com/document_detail/100624.html?spm=a2c4g.11186623.2.10.683030ffnJJSmX#concept-xzh-nzk-2gb
All versions of aliyun-sts with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
The package bmslaravel/aliyun-sts contains the following files
Loading the files please wait ....