PHP Package: codeception/lib-web
A PHP library for web testing automation with Codeception framework, providing powerful features for efficient testing workflows.
Package Description
Lib-web is a versatile PHP library designed to streamline web testing processes within the Codeception framework. With robust functionalities and seamless integration capabilities, it empowers developers to create comprehensive and reliable test suites for web applications. From browser automation to data-driven testing, Lib-web offers a comprehensive solution for ensuring the quality and performance of web projects.
Download Latest Version: 1.0.7

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/lib-web/1.0.7/autoload.php';
use Codeception\LibWeb\WebTester;
use GuzzleHttp\Client;
use PHPUnit\Framework\TestCase;
$obj = new Codeception\LibWeb\WebTester();
echo "✅ Example created successfully.";
?>
We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.