Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

Latest commit

 

History

History
74 lines (49 loc) · 2.44 KB

README.md

File metadata and controls

74 lines (49 loc) · 2.44 KB

google-cloud-storage

Packagist Software License Travis Scrutinizer Github All Releases

Library for Laravel to use the Google Cloud Storage Methods

Install

$ composer require io-digital/google-cloud-storage

$ php artisan vendor:publish

Add Service Provider

IoDigital\GoogleCloudStorage\GoogleCloudStorageServiceProvider::class

Usage

$googleCloudHandler = new GoogleCloudStorageHandler();
$googleCloudHandler->uploadFile();

OR

Dependency Inject: GoogleCloudStorageHandler

Change log

Please see CHANGELOG for more information what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Security

If you discover any security related issues, please reach us via email instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.