Package Data | |
---|---|
Maintainer Username: | vincentshiqi |
Maintainer Contact: | vincentshiqi@gmail.com (vincent heshiqi) |
Package Create Date: | 2017-05-08 |
Package Last Update: | 2018-11-27 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-12-11 15:09:27 |
Package Statistics | |
---|---|
Total Downloads: | 46 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
###PDO via Oci8
The vincentshiqi/laravel-p-pdo-via-oci8 package is a simple userspace driver for PDO that uses the tried and tested OCI8 functions instead of using the still experimental and not all that functionnal PDO_OCI library.
Please report any bugs you may find.
###Installation
Add vincentshiqi/laravel-p-pdo-via-oci8
as a requirement to composer.json:
{
"require": {
"vincentshiqi/laravel-p-pdo-via-oci8": "1.*"
}
}
And then run composer update
Licensed under the MIT License.