php-cmis-client
php-cmis-client copied to clipboard
This is a PHP CMIS Client implementation based on OpenCMIS
Hello, I don't know whether this project is still maintained nor whether this patch is correct but we had to patch URL generation in order to fix file downloading using...
When a CMIS query is long, the generated URL can exceed 2000 chars which can cause problems. The query can also be in the body of the call (according to...
I have a problem with charset when upload a document. eg: if my document name is `RéàDME.md` in Alfresco I see `Réà dme.md`  ps: I rework CreateDocument.php for...
fix deprecated #79
I have an Deprecated with latest version of this library: ``` Deprecated: Array and string offset access syntax with curly braces is deprecated in /project/vendor/dkd/php-cmis/src/QueryStatement.php on line 478 The website...
I have an Alfresco 9.0.0 installation and I am simply trying to get all the documents. ``` $httpInvoker = new \GuzzleHttp\Client( array( 'defaults' => array( 'auth' => array( CMIS_BROWSER_USER, CMIS_BROWSER_PASSWORD...
Is it to possible to sort cmis result natively in your php libraries ? eg: I want to sort result by name or CreationDate and if possible show folder first...
Hello, This PR adds a `$skipCount` argument to `getChildren()` and a new `getNumChildren()` methods. We needed that in order to build a pagination over `getChildren()` queries.
Hi, Is it possible to send a custom http header to the requests. Something like AuthenticationProviders what we have in Java OpenCMIS . Best Regards, Saurav