irazasyed / php-chrome-driver-installer
PHP Chrome Driver Installer
dev-main
2023-02-26 00:26 UTC
Requires
- php: >=8.1
- ext-zip: *
This package is auto-updated.
Last update: 2024-10-14 08:20:27 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.