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

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

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.