filestack-php
filestack-php copied to clipboard
Official PHP SDK for Filestack - API and content management system that makes it easy to add powerful file uploading and transformation capabilities to any web or mobile application.
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 6.5.2 to 6.5.8. Release notes Sourced from guzzlehttp/guzzle's releases. Release 6.5.8 See change log for changes. Release 6.5.7 See change log for changes. Release 6.5.6 See change...
Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 1.6.1 to 1.8.5. Release notes Sourced from guzzlehttp/psr7's releases. 1.8.5 See change log for changes. 1.8.4 See change log for changes. 1.8.3 See change log for changes....
I don't know if this package has the functionality but, i'm trying to upload an audio file using an absolute path to the file on the internet but it keeps...
I updated `composer.json` to allow Guzzle 7 and then also updated the tests to pass. The MockHttpResponse has to implement `Psr\Http\Message\ResponseInterface` and also had to mock `requestAsync()` for some tests...
I've done searching the code, by no clue on how to do a OCR on an image. Any help?
{ try{ $products = new UploadModel(); $data = $products->find($id); $decode_data = json_decode($data->json); $client = new FilestackClient($decode_data->cilent); $destination = 'uploads/'.$data->pdf; $result = $client->download($decode_data->filelink->handle,$destination); } catch (FilstackException $e){ echo $e->getMessage(); echo $e->getCode();...
This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 8.x. **Before merging**, you need to: - Checkout the `l8-compatibility`...
It would be nice if you could also support Guzzle 7 in addition to 6. `^6.0|^7.0` [Guzzle 7 Upgrade Guide](https://github.com/guzzle/guzzle/blob/7.0.0/UPGRADING.md#60-to-70)
Hello, it seems we cant retrieve workflows from metadata. i can see the workflows in the network tab when uploading, i have a table in the database which record payload...
Trying to get the numpages of a pdf file by using the following is not working. ``` $filelink->convertFile('jpg', ['docinfo' => TRUE]); ``` The response from this call returns this: ```...