jpina / pdooci8
PDO-like wrapper for Oracle databases
dev-master / 1.0.x-dev
2016-02-28 22:13 UTC
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: 2024-11-09 18:27:36 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.