Download the PHP package skatrych/vertica-php-adapter without Composer
On this page you can find all versions of the php package skatrych/vertica-php-adapter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download skatrych/vertica-php-adapter
More information about skatrych/vertica-php-adapter
Files in skatrych/vertica-php-adapter
Download skatrych/vertica-php-adapter
More information about skatrych/vertica-php-adapter
Files in skatrych/vertica-php-adapter
Vendor skatrych
Package vertica-php-adapter
Short Description PHP Adapter for Vertica Database from HP. Uses php ODBC extension.
License MIT
Homepage https://github.com/skatrych/vertica-php-adapter
Package vertica-php-adapter
Short Description PHP Adapter for Vertica Database from HP. Uses php ODBC extension.
License MIT
Homepage https://github.com/skatrych/vertica-php-adapter
Please rate this library. Is it a good library?
Informations about the package vertica-php-adapter
vertica-php-adapter
Simple PHP Db adapter that allows to communicate to HP Vertica databases. Implements Db communication via odbc_* functions. Pure ODBC solution is not that good and modern as PDO but we have to use it due to the known PDO bug (https://bugs.php.net/bug.php?id=63949) that makes it impossible to fetch data from Vertica tables with VARCHAR columns longer than 255.
Requires:
- php >= 5.4
- php_odbc extension
- Vertica drivers
Vertica Driver & ODBC layer installation (Linux systems)
Please make sure you have installed:
- php5-odbc
- odbcinst
- unixODBC
Make ODBC and Vertica drivers to work together:
- Download and extract Vertica drivers from official website https://my.vertica.com/vertica-client-drivers/ (it should match your Vertica Db version)
- Extract driver under /opt/vertica/
- create/edit file: /etc/odbc.ini (see example under vertica-php-adapter/examples/drivers/odbc.ini)
- create/edit file: /etc/odbcinst.ini (see example under vertica-php-adapter/examples/drivers/odbcinst.ini)
- create/edit file: /etc/vertica.ini (see example under vertica-php-adapter/examples/drivers/odbcinst.ini)
All versions of vertica-php-adapter with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
The package skatrych/vertica-php-adapter contains the following files
Loading the files please wait ....