SQLAnywhere Ubuntu 16
From DreamFactory
This module will allow you to access SAP SQL Anywhere databases. This is a single command installation. <source lang="bash">$ sudo apt-get install php7.1-sybase</source>
After installing the module, run the following command to confirm the pdo_dblib module has been loaded:
<source lang="bash"> $ php -m | grep dblib pdo_dblib </source>