io-digital / google-cloud-storage
Google Cloud Storage Package
1.0.0
2016-03-14 13:53 UTC
Requires
- php: ~5.5|~7.0
- google/apiclient: ^2.0.0@RC
- illuminate/support: ~5.1
Requires (Dev)
- phpunit/phpunit: 4.*
- scrutinizer/ocular: ~1.1
- squizlabs/php_codesniffer: ~2.3
This package is not auto-updated.
Last update: 2024-11-15 19:50:32 UTC
README
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.