PHP Package: codeception/module-symfony

Codeception module for Symfony framework testing with advanced features and easy setup

Current Version: 3.5.1
Last Updated: 2025-03-09
PHP Requirement: >=7.1
Dependencies: codeception/codeception, symfony/framework-bundle
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

The Codeception module for Symfony allows developers to streamline their testing process by providing a comprehensive set of tools and utilities. With seamless integration into the Symfony framework, this module offers advanced features for testing web applications, APIs, and more. From browser testing to database interactions, this module simplifies testing workflows and ensures reliable results.

🔗 View on GitHub

Download Latest Version: 3.5.1

Download Download v3.5.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/codeception/module-symfony/3.5.1/autoload.php';

use Codeception\Module\Symfony;
use Symfony\Bundle\FrameworkBundle\Controller\Controller;


$obj = new Codeception\Module\Symfony();
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.