Ecosyste.ms: Awesome
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: 9 days ago
JSON representation
for Google Cloud Platform
- Host: GitHub
- URL: https://github.com/otobank/gcputils-php
- Owner: otobank
- License: mit
- Created: 2017-04-14T04:33:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-14T05:02:55.000Z (over 7 years ago)
- Last Synced: 2024-04-24T16:19:31.339Z (7 months ago)
- Topics: appengine, appengine-php, google-appengine, php
- Language: PHP
- Size: 2.93 KB
- Stars: 0
- Watchers: 22
- 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);
```