Test that a server can dial out to Filestack's API.
- Run
composer installfrom this directory to install package dependencies. - Rename
.env.sampleto.envand set your API key and secret.
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.