Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/otobank/gcputils-php

for Google Cloud Platform
https://github.com/otobank/gcputils-php

appengine appengine-php google-appengine php

Last synced: 9 days ago
JSON representation

for Google Cloud Platform

Awesome Lists containing this project

README

        

gcputils-php
============

for Google Cloud Platform

Installation
------------

```
composer require otobank/gcputils
```

Usage
-----

### Cloud Storage

#### Generate signed URL to provide query-string auth'n to a resource

```php
generateSignedUrl('/bucket/path/to/file.txt', time() + 86400);
```