Download the PHP package goodgay/huaweiobs without Composer
On this page you can find all versions of the php package goodgay/huaweiobs. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download goodgay/huaweiobs
More information about goodgay/huaweiobs
Files in goodgay/huaweiobs
Package huaweiobs
Short Description Object Storage Service (OBS) provides massive, secure, highly reliable, and low-cost data storage capabilities, allowing users to store data of any type and size. It is suitable for various data storage scenarios such as enterprise backup/archiving, video on demand, and video surveillance.
License MIT
Informations about the package huaweiobs
Laravel-HuaWeiOBS
An easy way to use the official php sdk client in your Laravel or Lumen applications.
- Installation and Configuration
- Laravel
- Alternative configuration method via .env file
- Lumen
- Usage
- Advanced Usage
- Bugs, Suggestions and Support
- Copyright and License
Installation and Configuration
Install the current version of the goodgay/huaweiobs
package via composer:
Laravel
The package's service provider will automatically register its service provider.
Publish the configuration file:
Alternative configuration method via .env file
After you publish the configuration file as suggested above, you may configure OBS
by adding the following to your application's .env
file (with appropriate values):
Lumen
If you work with Lumen, please register the service provider and configuration in bootstrap/app.php
:
Manually copy the configuration file to your application.
Usage
The HWobs
facade is just an entry point into the php-obs sdk,
so previously you might have used:
You can now replace those last two lines with simply:
Lumen users who wish to use Facades can do so by editing the
bootstrap/app.php
file to include the following:
Advanced Usage
Because the package is a wrapper around the official php-obs sdk, you can do pretty much anything with this package.
To upload:
To download:
To manage objects:
Bugs, Suggestions and Support
Special thanks to Visual Studio Code for their Open Source License Program ... and the excellent IDE, of course!
Please use Github for reporting bugs, and making comments or suggestions.
Copyright and License
laravel-huaweiobs was written by fuzuchang and is released under the MIT License.
Copyright (c) 2020 fuzuchang
All versions of huaweiobs with dependencies
ext-json Version *
goodgay/obsv3 Version ^3.20.5
league/flysystem Version ^1.0.20