| Package Data | |
|---|---|
| Maintainer Username: | yajra |
| Maintainer Contact: | aqangeles@gmail.com (Arjay Angeles) |
| Package Create Date: | 2013-11-27 |
| Package Last Update: | 2025-10-04 |
| Home Page: | |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-02 15:20:03 |
| Package Statistics | |
|---|---|
| Total Downloads: | 3,103,290 |
| Monthly Downloads: | 63,448 |
| Daily Downloads: | 500 |
| Total Stars: | 90 |
| Total Watchers: | 5 |
| Total Forks: | 66 |
| Total Open Issues: | 17 |
The yajra/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.
Add yajra/laravel-pdo-via-oci8 as a requirement to composer.json:
{
"require": {
"yajra/laravel-pdo-via-oci8": "1.*"
}
}
And then run composer update
The MIT License (MIT). Please see License File for more information.