PHP Package: codeception/module-symfony

Codeception module for Symfony framework with powerful testing capabilities and seamless integration

Current Version: 3.6.0
Last Updated: 2025-06-04
PHP Requirement: ^8.2
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 testing processes, leveraging Symfony's features for efficient testing. With a wide range of functionalities and seamless integration, this module enhances the testing experience and ensures high-quality results for Symfony applications.

🔗 View on GitHub

Download Latest Version: 3.6.0

Download Download v3.6.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/codeception/module-symfony/3.6.0/loader.php';
require_once 'libs/codeception/codeception/5.3.2/loader.php';
require_once 'libs/symfony/framework-bundle/7.3.0/loader.php';

use Codeception\Module\Symfony;
use Symfony\Component\HttpKernel\Kernel;
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;

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