Download the PHP package lablnet/stepwright-php without Composer
On this page you can find all versions of the php package lablnet/stepwright-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lablnet/stepwright-php
More information about lablnet/stepwright-php
Files in lablnet/stepwright-php
Download lablnet/stepwright-php
More information about lablnet/stepwright-php
Files in lablnet/stepwright-php
Vendor lablnet
Package stepwright-php
Short Description A declarative, step-by-step approach to web automation and data extraction with Playwright in PHP.
License MIT
Package stepwright-php
Short Description A declarative, step-by-step approach to web automation and data extraction with Playwright in PHP.
License MIT
Please rate this library. Is it a good library?
Informations about the package stepwright-php
StepWright PHP
A declarative, step-by-step approach to web automation and data extraction with Playwright in PHP.
Overview
StepWright completely abstracts away the complexity of raw browser automation scripts. Instead of writing imperative browser commands buried deep in loops and error handlers, StepWright allows you to define declarative scraping workflows using PHP objects or arrays.
Installation
Make sure Node.js and Playwright browsers are installed:
Quick Start
Features
- 35 Declarative Step Actions: Navigation, clicks, input, data extraction, scroll, PDF saving, file downloads, storage/cookies, iframe handling, custom callbacks.
- Dynamic Placeholders: Replace index placeholders (
{{ i }},{{ i_plus1 }}) and data placeholders ({{ key }}). - Advanced Pagination: Next button pagination, infinite scroll pagination,
paginationFirst, andpaginateAllFirst. - Parallel & Parameterized Workflows: Run multiple templates concurrently or generate parameterized workflows for search terms.
- Custom Driver Support: Pluggable
BrowserDriverInterfaceto support Playwright or alternative browser drivers.
License
MIT License. Developed with ❤️ by Muhammad Umer Farooq (@lablnet).
All versions of stepwright-php with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
ext-json Version *
ext-mbstring Version *
playwright-php/playwright Version ^1.0 || dev-main
ext-json Version *
ext-mbstring Version *
playwright-php/playwright Version ^1.0 || dev-main
The package lablnet/stepwright-php contains the following files
Loading the files please wait ...