CUBRID PHP Library is the official PHP Extension to connect to CUBRID Database.
For more information about CUBRID PHP Library, visit the web site:
https://www.cubrid.org/manual/en/11.0/api/php.html
For more information about CUBRID, visit the web site:
CUBRID and CUBRID APIs (including PHP APIs) are developed with open source projects.
For more information about CUBRID APIs project, visit the web site:
https://www.cubrid.org/manual/en/11.0/api/index.html
For more information about CUBRID project, visit the web site: https://github.com/CUBRID
CUBRID is distributed under two licenses,
- Database engine is under Apache License 2.0
- APIs are under BSD license.
For more information, visit the web site:
https://www.cubrid.org/manual/en/11.0/release_note/index.html#license
The latest version of CUBRID PHP Library can be found at: http://ftp.cubrid.org/CUBRID_Drivers/PHP_Driver/
More detailed build manual can be found at:
https://www.cubrid.org/manual/en/11.0/api/php.html#installing-and-configuring-php
- Build from source in Linux require GNU Developer Toolset 8 or higher.
$ git clone git@github.com:CUBRID/cubrid-php.git
$ cd cubrid-php
$ phpize
$ ./configure
$ make