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
- Host: GitHub
- URL: https://github.com/otobank/gcputils-php
- Owner: otobank
- License: mit
- Archived: true
- Created: 2017-04-14T04:33:05.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-14T05:02:55.000Z (almost 9 years ago)
- Last Synced: 2025-04-13T11:18:35.966Z (12 months ago)
- Topics: appengine, appengine-php, google-appengine, php
- Language: PHP
- Size: 2.93 KB
- Stars: 0
- Watchers: 21
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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);
```