io-digital/google-cloud-storage

Google Cloud Storage Package

1.0.0 2016-03-14 13:53 UTC

This package is not auto-updated.

Last update: 2024-04-19 17:00:53 UTC


README

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.