Skip to content

Latest commit

 

History

History
74 lines (43 loc) · 1.36 KB

README.md

File metadata and controls

74 lines (43 loc) · 1.36 KB

CUBRID PHP Library

Overview

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: 

http://www.cubrid.org

Projects

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

License

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

Build

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

Source modules

  • Build from source in Linux require GNU Developer Toolset 8 or higher.
$ git clone [email protected]:CUBRID/cubrid-php.git
$ cd cubrid-php
$ phpize
$ ./configure
$ make