php-webdriver – Selenium WebDriver bindings for PHP
Php-webdriver library is PHP language binding for Selenium WebDriver, which allows you to control web browsers from PHP.
The library is compatible with Selenium server version 2.x, 3.x and 4.x and supports JsonWireProtocol and also implements experimental support of W3C WebDriver.
The concepts of this library are very similar to the "official" Java, .NET, Python and Ruby bindings from the [Selenium project][3].