Mezzio Forum — Web Installer

This guide will fetch Composer and install PHP dependencies for you — no command line needed.

Environment checks

Step 1 — Download Composer

This downloads the official Composer PHAR to public/composer.phar.

Step 2 — Install PHP dependencies

Runs composer install programmatically and creates the vendor/ directory.

Step 3 — Configure database

Once dependencies are installed, continue to the Mezzio installer to set DB & seed data.


Tip: If your host blocks proc_open, ask them to enable it or use a local dev machine to upload the completed vendor/ folder.