PHP Package: yajra/laravel-oci8

Laravel Oracle Database Package for seamless integration with Oracle databases. Exclusively designed for Laravel projects.

Current Version: 12.1.0
Last Updated: 2025-05-28
PHP Requirement: ^8.2
Dependencies:
illuminate/support
illuminate/database
⚠️ To ensure full functionality, the above dependencies might be required.

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.

🔗 View on GitHub

Download Latest Version: 12.1.0

Download Download v12.1.0

Previous Versions

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.