Skip to content

CUBRID/cubrid-php

This branch is 1 commit ahead of, 66 commits behind develop.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2198b8b · Dec 16, 2019

History

12 Commits
Dec 13, 2019
Dec 13, 2019
Dec 13, 2019
Dec 13, 2019
Dec 13, 2019
Dec 13, 2019
Jan 20, 2016
Dec 13, 2019
Dec 16, 2019
Dec 13, 2019
Dec 13, 2019
Jan 20, 2016
Jan 20, 2016
Jan 20, 2016
Jan 20, 2016
Jan 20, 2016
Jan 20, 2016
Jan 20, 2016
Dec 13, 2019
Dec 13, 2019
Dec 13, 2019
Jan 20, 2016
Dec 13, 2019
Dec 13, 2019
Dec 13, 2019
Jan 20, 2016

Repository files navigation

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/10.2/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/10.2/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 GPL v2 or later
  • APIs are under BSD license.

For more information, visit the web site:

https://www.cubrid.org/manual/en/10.2/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/10.2/api/php.html#installing-and-configuring-php

Source modules

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