crate / crate-pdo
CrateDB PDO Driver
Installs: 87 924
Dependents: 2
Suggesters: 0
Security: 0
Stars: 35
Watchers: 37
Forks: 20
Open Issues: 2
pkg:composer/crate/crate-pdo
Requires
- php: ^7.3|^7.4|^8.0|^8.1|^8.2|^8.3|^8.4|^8.5|^8.6
- ext-pdo: *
- guzzlehttp/guzzle: ^7.2
Requires (Dev)
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^9.5
- squizlabs/php_codesniffer: ^4.0
- dev-main
- 2.2.4
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.0
- 1.1.0
- 1.0.x-dev
- 1.0.1
- 1.0.0
- 0.7.x-dev
- 0.7.0
- 0.6.x-dev
- 0.6.3
- 0.6.2
- 0.6.1
- 0.6.0
- 0.5.x-dev
- 0.5.1
- 0.5.0
- 0.4.x-dev
- 0.4.1
- 0.4.0
- 0.3.x-dev
- 0.3.1
- 0.3.0
- 0.2.1
- 0.2.0
- 0.1.0
- 0.0.7
- 0.0.6
- 0.0.5
- 0.0.4
- 0.0.3
- 0.0.2
- 0.0.1
- dev-naming-things
- dev-improve-readme
- dev-improve-docs-more
- dev-ATTR_STATEMENT_CLASS
- dev-improve-docs-index
- dev-docs-markdown
- dev-improve-changelog
- dev-direct-query
- dev-pdo-deprecated-cosmetics
- dev-types-more
- dev-php85
- dev-cratedb-quote
This package is auto-updated.
Last update: 2025-11-21 15:19:16 UTC
README
The PHP Data Objects (PDO) extension defines a lightweight, consistent interface for accessing databases in PHP.
The CrateDB PDO Driver provides a PDO adapter to the HTTP interface of CrateDB. It allows you to use the standard PDO API when connecting to CrateDB from PHP applications.
Installation
The CrateDB PDO Driver is available as a Composer package. See the installation documentation for more information.
composer require crate/crate-pdo
Documentation
The documentation for the crate-pdo package
is available at https://cratedb.com/docs/pdo/.
Contributing
This project is primarily maintained by Crate.io, but community contributions are very much welcome. See the developer docs and the contribution docs for more information about how to get started and how to contribute. If you need a different support contact for contributions or requests other than GitHub, please choose one of our other support channels.