Skip to content

Instantly share code, notes, and snippets.

View antonkorotkov's full-sized avatar
🖕
f..ck putin

Anton antonkorotkov

🖕
f..ck putin
View GitHub Profile
@antonkorotkov
antonkorotkov / google-cloud-storage-upload-download.php
Created February 16, 2016 16:41 — forked from stetic/google-cloud-storage-upload-download.php
PHP Example for Google Storage Upload and Download with Google APIs Client Library for PHP
<?php
/*
* PHP Example for Google Storage Up- and Download
* with Google APIs Client Library for PHP:
* https://github.com/google/google-api-php-client
*/
include( "Google/Client.php" );
include( "Google/Service/Storage.php" );