PHP Package: codeception/module-db
Codeception PHP library for Database Module provides integration with various databases for efficient testing.
Package Description
Codeception Module-DB is a flexible PHP library designed to streamline database testing processes. It offers seamless integration with databases, allowing developers to create comprehensive and reliable tests. With Module-DB, users can effortlessly manage database interactions and validate data integrity. This library simplifies the testing of database-driven applications, enhancing the overall quality and efficiency of software development workflows.
Download Latest Version: 3.2.2

Code Integration Example
Make sure to include the correct namespace and class paths for proper usage.
<?php
// Example from PHPlibraries.com
require_once 'libs/codeception/module-db/3.2.2/loader.php';
require_once 'libs/codeception/codeception/5.2.1/loader.php';
use Codeception\Module\Db;
use Codeception\Module\DbHelper;
use Codeception\Module\DbUnit;
$obj = new Db();
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.