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

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

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

appengine appengine-php google-appengine php

Last synced: 3 months 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);
```