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

Library for Laravel to use the Google Cloud Storage Methods

License

Notifications You must be signed in to change notification settings

io-digital/google-cloud-storage

Repository files navigation

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.

About

Library for Laravel to use the Google Cloud Storage Methods

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages