Getting Started

Install Playwright PHP and get one browser script or test running in a few minutes.

Get Playwright PHP running in about ten minutes: install the package, launch one real browser, turn the script into one PHPUnit test, debug one failure, then run it in CI.

You do not need to understand the full browser model yet. Start is the shortest reliable path to a first success.

Start with a working run

You only need PHP, Composer, Node.js, and one browser install command. Start here if this is a new project:

  1. Install Playwright PHP
  2. Run your first script
  3. Write your first test
  4. Debug your first failure
  5. Run it in CI

Each page is intentionally short and should produce a visible result or command output before you continue.

Pick the next step

After your first success