This guide will fetch Composer and install PHP dependencies for you — no command line needed.
This downloads the official Composer PHAR to public/composer.phar
.
Runs composer install
programmatically and creates the vendor/
directory.
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.