PHP Package: illuminate/database

Illuminate Database is a PHP library for easy database management and querying, providing ORM capabilities and efficient data manipulation.

Current Version: 12.18.0
Last Updated: Date not available
PHP Requirement: ^8.2
Dependencies:
illuminate/support
illuminate/contracts
symfony/console
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Illuminate Database is a powerful PHP library designed for seamless integration with various database systems, offering an expressive query builder and an intuitive ORM system. With this tool, developers can manage database operations efficiently and securely, ensuring optimal performance and scalability for their applications.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 12.18.0

Download Download v12.18.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/illuminate/database/12.18.0/loader.php';
require_once 'libs/illuminate/support/12.18.0/loader.php';
require_once 'libs/illuminate/contracts/12.18.0/loader.php';
require_once 'libs/symfony/console/7.3.0/loader.php';

use Illuminate\Database\Connection;
use Illuminate\Database\Query\Builder;

$obj = new Connection();
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.