You are here

README.txt in CMIS API 8

The module use php-cmis-client library but the current version 1.0
depend the guzzle 5 version. Drupal use the guzzle 6 version.
In order to we able using this client we need install it to module vendor
folder.

To install temporary to time when will ready new version of cmis client
you need to go to cmis module root folder (eg. modules/cmis or 
modules/contrib/cmis) and call the next command:
  composer require dkd/php-cmis

File

README.txt
View source
  1. The module use php-cmis-client library but the current version 1.0
  2. depend the guzzle 5 version. Drupal use the guzzle 6 version.
  3. In order to we able using this client we need install it to module vendor
  4. folder.
  5. To install temporary to time when will ready new version of cmis client
  6. you need to go to cmis module root folder (eg. modules/cmis or
  7. modules/contrib/cmis) and call the next command:
  8. composer require dkd/php-cmis