php-cmis-client icon indicating copy to clipboard operation
php-cmis-client copied to clipboard

This is a PHP CMIS Client implementation based on OpenCMIS

Results 19 php-cmis-client issues
Sort by recently updated
recently updated
newest added

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` ![Capture d’écran_2020-08-26_17-51-47](https://user-images.githubusercontent.com/11542186/91327057-5a6eb600-e7c5-11ea-9f84-c463c1d89b79.png) ps: I rework CreateDocument.php for...

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

needs feedback