PHP Package: chrome-php/chrome

A PHP library for interacting with the Chrome browser, providing seamless integration for web automation and testing.

Current Version: 1.13.0
Last Updated: 2025-02-07
PHP Requirement: >=7.1
Dependencies: guzzlehttp/guzzle, symfony/dom-crawler
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

The Chrome PHP library offers a comprehensive set of tools for controlling and automating the Chrome browser, enabling users to perform various tasks such as web scraping, testing, and monitoring. With a focus on simplicity and efficiency, this library is designed to streamline the development process and enhance the user experience.

🔗 View on GitHub

Download Latest Version: 1.13.0

Download Download v1.13.0

Code Integration Example

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.13.0/autoload.php';

use ChromePHP\Chrome;
use GuzzleHttp\Client;
use Symfony\Component\DomCrawler\Crawler;


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