jpina / pdooci8
PDO-like wrapper for Oracle databases
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/jpina/pdooci8
Requires
- php: >=5.3.0
- ext-pdo: *
- jpina/oci8: ^1.0.0
Requires (Dev)
- phpunit/phpunit: ^4.8
- scrutinizer/ocular: ^1.1
- squizlabs/php_codesniffer: ^2.3
This package is not auto-updated.
Last update: 2025-10-11 23:17:02 UTC
README
PdoOci8 is a PHP PDO-like wrapper to connect and work on Oracle databases. Intended to be a replacement for the unmaintained PDO_OCI extension.
Install
Via Composer
$ composer require jpina/pdooci8
Change log
Please see CHANGELOG for more information what has changed recently.
Testing
You can run the tests with composer.
$ composer test
Contributing
Please see CONTRIBUTING and CONDUCT for details.
Security
If you discover any security related issues, please email jabdhel@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.