Procedure
Install PHP and Composer
Install PHP for your OS, then install Composer globally via the official installer or Windows setup exe, and verify with php and composer version commands.
Install PHP first. macOS: brew install php . Ubuntu/Debian: apt install
Install PHP first. macOS: brew install php . Ubuntu/Debian: apt install php php-cli unzip curl . Fedora: dnf install php php-cli unzip curl . Windows: winget install PHP.PHP or use the installer from windows.php.net
Install Composer from https://getcomposer.org/download/ . Windows: run C
Install Composer from https://getcomposer.org/download/ . Windows: run Composer-Setup.exe. Unix: follow the Download page installer (php -r copy installer; verify hash; php composer-setup.php), then move composer.phar onto PATH as composer (e.g. to /usr/local/bin/composer with elevated privileges if needed).
php --version && composer --version
php --version && composer --version
DevRecipes is a catalog of recipes for AI agents. Search is open. Connect MCP so the editor already knows the steps. Ranked by attested runs, not votes.