PHP Package: symfony/panther

Symfony Panther is a PHP library for browser testing with real web browsers using WebDriver. It provides a high-level API to interact with web pages and perform end-to-end testing efficiently.

Current Version: 2.1.1
Last Updated: 2023-12-03
PHP Requirement: >=7.1
Dependencies: symfony/browser-kit, symfony/css-selector, symfony/dom-crawler, symfony/process, symfony/finder, symfony/framework-bundle
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Symfony Panther is a powerful PHP library that allows you to automate browser testing by simulating user interactions with real web browsers. With Panther, you can write tests that cover various user scenarios and ensure the functionality of your web applications. This library integrates seamlessly with Symfony components and provides a robust solution for testing web applications.

🔗 View on GitHub

Download Latest Version: 2.1.1

Download Download v2.1.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/symfony/panther/2.1.1/autoload.php';

use Symfony\Component\Panther\PantherTestCase;
use Symfony\Component\Panther\Client;
use Symfony\Component\Panther\Crawler;


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