PHP Package: yajra/laravel-oci8
Laravel Oracle Database Package for seamless integration with Oracle databases. Exclusively designed for Laravel projects.
Package Description
Laravel OCI8 offers a comprehensive solution for integrating Oracle databases seamlessly with Laravel applications. With a focus on performance and reliability, this package simplifies database operations, including connections, queries, and transactions. It streamlines the development process, enabling developers to leverage the power of Oracle databases within Laravel projects effortlessly.
Download Latest Version: 12.1.0

Previous Versions
v12.0.1
v12.0.2 - Coming soon
Code Integration Example
Make sure to include the correct namespace and class paths for proper usage.
<?php
// Example from PHPlibraries.com
require_once 'libs/yajra/laravel-oci8/12.1.0/loader.php';
require_once 'libs/illuminate/support/12.18.0/loader.php';
require_once 'libs/illuminate/database/12.18.0/loader.php';
use Yajra\Oci8\Oci8Connection;
use Illuminate\Support\Str;
$obj = new Oci8Connection();
echo '✅ Test OK: ' . get_class($obj);
?>
We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.
Community Discussion
Ask questions, share tips, or report issues below.