&

Setup Assistant

Before running Kerio APIs Client Library for PHP see how is your system ready. We check it for you.

1. Environment Check

Minimum PHP version required is 5.1.0 with OpenSSL, JSON and SQLite3 modules.

Your PHP installation is missing PDO with SQLite support.
To configure PDO, please edit your php.ini config file and enable row with php_pdo_sqlite module, e.g. extension=php_pdo_sqlite.dll
For more information see http://php.net/manual/en/pdo.installation.php

If you are not sure where your php.ini is located, see your phpinfo() output and check your configuration file path.
E.g. on Linux, the path is usually /etc/php5/apache2

After configuration changes please restart the Apache HTTP server.

2. Write Directory Check

Additional write access may be required, e.g. to store configuration data.

All the required files are writeable.

Ready to go!

Perfect! Now you can check out the code examples with no worries.

Configure your login credentials.