irazasyed / php-chrome-driver-installer
PHP Chrome Driver Installer
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/irazasyed/php-chrome-driver-installer
Requires
- php: >=8.1
- ext-zip: *
This package is auto-updated.
Last update: 2025-09-14 10:31:58 UTC
README
This is a simple script to install the latest version of the Chrome Driver for Selenium / WebDriver.
Installation
composer require irazasyed/php-chrome-driver-installer
Usage
use Irazasyed\PHP\ChromeDriverInstaller; $installer = new ChromeDriverInstaller(); $chromeBinary = $installer->getChromeDriverBinary();
Contributing
Contributions are always welcome!
License
The MIT License (MIT). Please see License File for more information.