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

Hey, is this planed in the near future? Cheers

help wanted

We should investigate how we can use async guzzle requests to parallelise our code.

In Laravel version > 9 we have to use guzzlehttp with minimum version : 7. In the dev-master branch of this project, guzzlehttp is specified for version ^6 . I...

Dear PHP CMIS library users/developers, We are asking ourselves if we should continue to maintain or start to abandon this Library. It was built for a project many years ago....

help wanted
question

Fixes https://github.com/dkd/php-cmis-client/issues/82. It seems to work correctly, at least for the subset of functionalities we are using. But we might want to check this list: https://github.com/guzzle/guzzle/blob/7.8/UPGRADING.md#60-to-70

This patch fixes some deprecations encountered when using PHP 8.1: * Passing NULL as exception code is deprecated * Implicit int conversion is deprecated

Does this library run on PHP 8.1? Im getting errors which seem to stem from the League\Url library. Any ideas how to get this working pls? Thnx `Deprecated function: str_replace():...