Skip to content

Instantly share code, notes, and snippets.

View chrispappas's full-sized avatar
🦷
Director of IT @ Canadian Dental Management

Chris Pappas chrispappas

🦷
Director of IT @ Canadian Dental Management
View GitHub Profile
@stetic
stetic / google-cloud-storage-upload-download.php
Last active September 25, 2023 19:20
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" );