https://github.com/bkwld/filestack-test
Testing connecting to Filestack
https://github.com/bkwld/filestack-test
Last synced: over 1 year ago
JSON representation
Testing connecting to Filestack
- Host: GitHub
- URL: https://github.com/bkwld/filestack-test
- Owner: BKWLD
- License: mit
- Created: 2017-12-13T21:43:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-13T22:06:17.000Z (over 8 years ago)
- Last Synced: 2025-03-05T10:02:05.113Z (over 1 year ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Filestack Test
Test that a server can dial out to Filestack's API.
## Installation
1. Run `composer install` from this directory to install package dependencies.
2. Rename `.env.sample` to `.env` and set your API key and secret.
## Usage
Run `php index.php` from within the directoy. You should see the following output:
```
Starting
--------
Uploading
Uploaded: 3RWTzyATRAXTkRQvPSSs
Reading
Read: Uploaded file contents
Deleting
Deleted
-------------
Test complete
```
The handle string shown after `Uploaded: ` will be different on every execution.