crate / crate-pdo
PDO adapter for CrateDB
Installs: 70 782
Dependents: 1
Suggesters: 0
Security: 0
Stars: 33
Watchers: 40
Forks: 19
Open Issues: 6
Requires
- php: ^7.3|^8.0|^8.1|^8.2
- ext-pdo: *
- guzzlehttp/guzzle: ^7.2
Requires (Dev)
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^9.5
- squizlabs/php_codesniffer: ^3.5
- dev-main
- 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-dependabot/composer/phpunit/phpunit-tw-11.3
This package is auto-updated.
Last update: 2024-10-31 10:34:17 UTC
README
The CrateDB PDO adapter is a CrateDB specific database driver implementation of the PDO API.
This adapter allows you to use the standardized PDO API you're already familiar with when developing PHP applications with a CrateDB database.
Prerequisites
You need to be using PHP and Composer.
Installation
The CrateDB PDO adapter is available as a Composer package. Install it like:
composer require crate/crate-pdo
See the installation documentation for more info.
Contributing
This project is primarily maintained by Crate.io, but we welcome community contributions!
See the developer docs and the contribution docs for more information.
Help
Looking for more help?
- Read the project docs
- Check out our support channels