2017 © Pedro Peláez
 

library vertica-php-adapter

PHP Adapter for Vertica Database from HP. Uses php ODBC extension.

image

skatrych/vertica-php-adapter

PHP Adapter for Vertica Database from HP. Uses php ODBC extension.

  • Thursday, July 13, 2017
  • by skatrych
  • Repository
  • 2 Watchers
  • 4 Stars
  • 1,030 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 0 Open issues
  • 6 Versions
  • 11 % Grown

The README.md

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., (*1)

Requires: * php >= 5.4 * php_odbc extension * Vertica drivers, (*2)

Vertica Driver & ODBC layer installation (Linux systems)

Please make sure you have installed: * php5-odbc * odbcinst * unixODBC, (*3)

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), (*4)

The Versions

13/07 2017

dev-master

9999999-dev https://github.com/skatrych/vertica-php-adapter

PHP Adapter for Vertica Database from HP. Uses php ODBC extension.

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Sergii Katrych

21/04 2016

v0.1.2

0.1.2.0 https://github.com/skatrych/vertica-php-adapter

PHP Adapter for Vertica Database from HP. Uses php ODBC extension.

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Sergii Katrych

21/04 2016

dev-development

dev-development https://github.com/skatrych/vertica-php-adapter

PHP Adapter for Vertica Database from HP. Uses php ODBC extension.

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Sergii Katrych

08/12 2015

v0.1.1

0.1.1.0 https://github.com/skatrych/vertica-php-adapter

PHP Adapter for Vertica Database from HP. Uses php ODBC extension.

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Sergii Katrych

23/11 2015

v0.1.0-beta.2

0.1.0.0-beta2 https://github.com/skatrych/vertica-php-adapter

PHP Adapter for Vertica Database from HP. Uses php ODBC extension.

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Sergii Katrych

23/11 2015

v0.1.0-beta.1

0.1.0.0-beta1 https://github.com/skatrych/vertica-php-adapter

PHP Adapter for Vertica Database from HP. Uses php ODBC extension.

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Sergii Katrych