The cmis.php is using the CMISService class, but is not imported, to solve that, just add `include('cmis_service.php');` and paste this file in the same directory [CMISService](https://svn.apache.org/repos/asf/chemistry/phpclient/trunk/atom/cmis/cmis_service.php)
The cmis.php is using the CMISService class, but is not imported, to solve that, just add
include('cmis_service.php');and paste this file in the same directory
CMISService