|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| setono/sylius-behat-pack | 0.86 | Dev pack for running Behat tests in Sylius apps and plugins. Pulls in common Behat/Mink tooling and documents a JS-enabled setup using Chromedriver, Selenium, and the Symfony CLI web server for test environments. | 2 | 2 | 1 | 215 | 0 | 1.4 | 25.7 | MIT | 4 years ago | |
| wpstarter/dusk | 0.86 | Laravel Dusk browser automation and testing for WP Starter/Laravel-style apps. Write expressive end-to-end tests using a standalone Chromedriver by default (no JDK/Selenium required), with the option to use other Selenium drivers. | 0 | 0 | 0 | 0 | 0 | 0.3 | — | MIT | 3 years ago | |
| b2pweb/bdf-phpunit | 0.85 | Laravel/PHPUnit helper package for working with BDF/SEPA bank files in tests. Provides utilities and test assertions to validate BDF structures and parsing results, making it easier to write reliable unit tests around banking file imports. | 0 | 0 | 0 | 407 | 0 | 0.0 | 36.1 | MIT | — | |
| chrome-php/chrome | 0.84 | Control headless Chrome from PHP. chrome-php/chrome launches Chromium/Chrome, lets you navigate pages, evaluate JavaScript, take screenshots/PDFs, intercept network events, and automate workflows via the DevTools protocol—ideal for scraping, testing, and rendering. | 2,675 | 2,684 | 323 | 255K | 0 | 50.3 | 31.6 | MIT | 2 months ago | |
| behat/mink-selenium-driver | 0.83 | Selenium 1 driver for Behat Mink. Run browser-driven tests via the legacy Selenium RC API by creating a Mink Session with SeleniumDriver and Selenium\Client, then interact with pages (click links, fill forms) for end-to-end testing. | 9 | 9 | 12 | 209 | 0 | 0.4 | 13.1 | — | 11 years ago | |
| instaclick/php-webdriver | 0.83 | PHP client for Selenium WebDriver, enabling browser automation and end-to-end testing from PHP. Control Chrome/Firefox/RemoteWebDriver, manage sessions, elements, waits, and actions, with support for Selenium Grid and popular testing frameworks. | 433 | 442 | 62 | 367K | 5 | 13.0 | 41.6 | NOASSERTION | 2 years ago | |
| atk4/behat-mink-selenium2-driver | 0.83 | Selenium2 driver for Behat Mink (ATK4 fork), enabling browser-based acceptance tests via Selenium/WebDriver. Use it to run Mink test suites against real browsers for end-to-end UI testing in PHP projects. | 0 | 0 | 0 | 10K | 0 | 0.0 | 55.3 | — | — | |
| facebook/webdriver | 0.82 | Archived Selenium WebDriver bindings for PHP. Controls browsers via Selenium 2–4 using JsonWireProtocol and partial W3C WebDriver support. Install with Composer and connect to a running selenium-server. Use php-webdriver/php-webdriver for current updates. | 65 | 25 | 0 | 87K | 0 | 0.2 | 30.4 | Apache-2.0 | — | |
| behat/sahi-client | 0.82 | PHP client/driver for controlling the Sahi JS test automation tool remotely. Start a browser, navigate pages, find and interact with elements (links, headers, etc.), and stop the session—useful for browser automation and acceptance testing. | 33 | 34 | 5 | 399 | 1 | 0.5 | 10.8 | MIT | 10 years ago | |
| behat/mink-selenium2-driver | 0.81 | — | 511 | 519 | 166 | 332K | 47 | 24.3 | 56.2 | MIT | 2 years ago | |
| friends-of-behat/mink | 0.81 | — | 90 | 90 | 15 | 159K | 0 | 2.1 | 45.2 | MIT | 2 years ago | |
| behat/mink-sahi-driver | 0.81 | — | 13 | 13 | 8 | 371 | 11 | 2.0 | 16.2 | MIT | 10 years ago | |
| mink/webdriver-classic-driver | 0.80 | Selenium WebDriver “classic” driver for Behat Mink. Run real browser sessions (e.g., Firefox) through a WebDriver server, navigate pages, click links, and integrate with Mink/MinkExtension. Install via Composer; includes CI-tested suite. | 6 | 6 | 5 | 2K | 8 | 3.9 | 38.9 | MIT | 1 year ago | |
| 24hoursmedia/php-dom-manipulations | 0.80 | Lightweight PHP helpers for manipulating HTML DOM documents. Create, find, update, replace, and remove nodes and attributes with a simple API suited for scraping, templating, and HTML cleanup tasks in legacy or modern PHP projects. | 0 | 0 | 0 | 12 | 1 | 0.4 | 15.4 | MIT | 9 years ago | |
| phpunit/phpunit-selenium | 0.80 | PHPUnit-Selenium provides a Selenium2TestCase for running end-to-end browser tests with Selenium 2 in PHPUnit. Install via Composer and use version lines aligned to PHPUnit/PHP (e.g., 9.x for PHPUnit 9 on PHP 7.3+). | 596 | 611 | 266 | 42K | 94 | 30.9 | 49.3 | NOASSERTION | — | |
| behat/mink | 0.78 | — | 1,611 | 1,630 | 288 | 1M | 56 | 42.9 | 68.5 | MIT | 9 months ago | |
| sensiolabs/behat-page-object-extension | 0.78 | Behat extension that helps you apply the Page Object pattern in browser acceptance tests. Provides page and element objects, reusable actions and assertions, and integrates with Mink to keep step definitions clean and maintainable. | 116 | 118 | 46 | 55K | 11 | 9.6 | 39.8 | MIT | 3 years ago | |
| apnet/functional-test-bundle | 0.78 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| paypal/paypalhttp | 0.78 | Deprecated PayPalHttp SDK: a lightweight generic PHP HTTP client for PayPal-style REST APIs. Provides Environment base URL handling, request/response objects, injectors for pre-flight logic (logging, auth), and exception-based error handling. | 51 | 50 | 25 | 149K | 1 | 0.9 | 33.7 | MIT | 5 years ago | |
| eckinox/php-puppeteer | 0.78 | Generate PDFs in PHP using Puppeteer. Render from a URL or HTML string with a simple API and minimal dependencies. Includes setup guidance for installing Puppeteer/Chromium and basic examples for returning PDF output. | 1 | 1 | 0 | 38 | 0 | 0.9 | 18.0 | MIT | 4 years ago |
How can I help you explore Laravel packages today?