A PHP library for interacting with the Chrome browser, enabling web automation and testing capabilities.
Current Version: 1.14.0
Last Updated: 2025-05-28
PHP Requirement: ^7.4.15 || ^8.0.2
Dependencies: None
Package Description
Chrome is a powerful PHP library designed for seamless integration with Chrome browser functionalities. It provides an extensive set of features for automating tasks, testing web applications, and extracting valuable data through web scraping. With Chrome, developers can create robust automation scripts and enhance their testing processes efficiently.
Make sure to include the correct namespace and class paths for proper usage.
<?php
// Example from PHPlibraries.com
require_once 'libs/chrome-php/chrome/1.14.0/loader.php';
use Chrome\WebAutomation;
$obj = new WebAutomation();
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.