2017 © Pedro Peláez
 

library google-bucket-php-wrapper

A PHP wrapper for Google bucket API functions

image

srimaln91/google-bucket-php-wrapper

A PHP wrapper for Google bucket API functions

  • Wednesday, June 6, 2018
  • by srimaln91
  • Repository
  • 1 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Google Cloud Storage PHP Wrapper

A PHP client library to handle google cloud storage files., (*1)

Getting Started

Please use composer to install this, (*2)

composer require srimaln91/google-bucket-php-wrapper

Usage

Please find below a sample PHP snipprt, (*3)

<?php

require __DIR__ . '/vendor/autoload.php';

use Gbucket\FS\FileSystem;
use Gbucket\CloudFiles\FileOperations;

$authFile = 'path/to/authfile.json';
$bucketName = 'bucketname';

$uploadFileName = 'upload/to/here/myfile.png';
$uploadFilePath = 'path/to/file.png';

$gBucket = new FileOperations($bucketName, $authFile);
$gBucket->uploadFile($uploadFileName, FileSystem::getContents($uploadFilePath));

Authors

  • H.M.S.Nishahtha
  • Find me on Gitlab

License

This project is licensed under the MIT License - see the LICENSE.md file for details, (*4)

The Versions

06/06 2018

dev-master

9999999-dev

A PHP wrapper for Google bucket API functions

  Sources   Download

The Requires

 

by Avatar srimaln91

06/06 2018

1.3.0

1.3.0.0

A PHP wrapper for Google bucket API functions

  Sources   Download

The Requires

 

by Avatar srimaln91

06/06 2018

1.2.1

1.2.1.0

A PHP wrapper for Google bucket API functions

  Sources   Download

The Requires

 

by Avatar srimaln91

06/06 2018

1.2.0

1.2.0.0

A PHP wrapper for Google bucket API functions

  Sources   Download

The Requires

 

by Avatar srimaln91

06/06 2018

1.1.0

1.1.0.0

A PHP wrapper for Google bucket API functions

  Sources   Download

The Requires

 

by Avatar srimaln91

05/06 2018

1.0.0

1.0.0.0

A PHP wrapper for Google bucket API functions

  Sources   Download

The Requires

 

by Avatar srimaln91