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.
Filestackclient upload - option 'path' does not set the s3 directory correctly
Hi, In the `upload` function (`FilestackClient->upload($filepath, $options )`) we can pass option array as the second parameter with many options. As I understand 'path' is one of the available options...
Please provide solution for document detection in php sdks
Improve return type-hints
Currently, the library uses type-hints that not exist. For example, `FilestackClient` has a `convertFile` method that has a return type-hint of `Filestack/Filelink` while the correct one is `\Filestack\Filelink`. This improvement...
Hi In you example you initilize the `Filelink` instance with the handle of a file. Is there any way to initilize the `Filelink` or `Fileclient` with the full filestack url...
disable guzzlehttp ssl check
hi i need to crontab a local batch upload . i get "Fatal error: Uncaught GuzzleHttp\Exception\RequestException: cURL error 60: SSL certificate problem: unable to get local issuer certificate" because of...
Hello, In your example, you are using the `$fields` variable but it has not been initiated and there is no way to know what is being referred there. https://github.com/filestack/filestack-php#storage `$metadata...
Installed with Composer Using the following code, results in: Errored uploading to s3503 ``` require("../../../vendor/autoload.php"); use Filestack\FilestackClient; use Filestack\Filelink; use Filestack\FilestackException; $filepath="../../../Docs/12.spring.clinic.assignments.xlsx"; $client = new FilestackClient('************'); try { $filelink =...
Call to undefined function GuzzleHttp\Promise\settle()
SDK version 1.1.11 File upload is failing because of an apparent issue with Guzzle promises. Unrelated to the issue - is this package actively being maintained?
Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 1.6.1 to 1.9.1. Release notes Sourced from guzzlehttp/psr7's releases. 1.9.1 See change log for changes. 1.9.0 See change log for changes. 1.8.5 See change log for changes....
There have been some updates in the dependencies used by this project, but for some years no new release to support them. Could you please provide some information about the...