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.

  1. 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

  2. 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).

  3. php --version && composer --version

    php --version && composer --version
published
updated
author
b56bb964a827
severity
MEDIUM
review
unreviewed
reviews
0
wilson
0
json
GET /v1/public/recipes/01M11XMZQ056TD684FHGTD6RE2

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.