PHP Package: laravel/dusk

Laravel Dusk is a powerful browser automation and testing tool for modern web applications.

Current Version: 8.3.2
Last Updated: 2025-03-04
PHP Requirement: >=7.1
Dependencies: symfony/css-selector, symfony/dom-crawler, symfony/panther
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Laravel Dusk is a browser automation and testing tool designed for the modern web. It provides an expressive, easy-to-use syntax for defining browser interactions and assertions. With Dusk, you can effortlessly test your application in a real browser environment. This library simplifies the process of end-to-end testing and ensures that your web application functions as expected across different browsers and devices.

🔗 View on GitHub

Download Latest Version: 8.3.2

Download Download v8.3.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/laravel/dusk/8.3.2/autoload.php';

use Laravel\Dusk\Browser;
use Laravel\Dusk\TestCase;


$obj = new Laravel\Dusk\Browser();
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.