Skip to content

Instantly share code, notes, and snippets.

View mloureiro's full-sized avatar
🤘

Marcos Loureiro mloureiro

🤘
View GitHub Profile
@mloureiro
mloureiro / googleSignedUrls.php
Last active June 19, 2016 11:46
Generate a Google Signed URL
<?
/**
* Google Bucket GET file with signed string example
*/
require_once("vendor/autoload.php");
/*
* Helper Methods
*/