PHP Package: nimbly/capsule

Nimbly's capsule PHP library efficiently manages data storage for web applications, providing seamless integration and high performance.

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

Package Description

Capsule by Nimbly is a feature-rich PHP library designed to streamline data storage operations, offering an intuitive and robust solution for web developers. It simplifies database management and ensures optimal performance across various web applications.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.0.1

Download Download v3.0.1

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/nimbly/capsule/3.0.1/loader.php';
require_once 'libs/illuminate/database/12.33.0/loader.php';

use Nimbly\Capsule\Capsule;

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