A Homebrew tap providing development tools and meta-packages for PHP development.
brew tap built-fast/devtools
brew install php83-stackMeta package that installs a complete PHP 8.3 development stack including:
- PHP & Extensions: PHP 8.3 with Redis extension
- Development Tools: Composer, WP-CLI, Node.js
- Shell Tools: direnv, fzf, ripgrep, shellcheck, jq
- Version Control: Git, GitHub CLI
- Optional Services: MySQL and Redis servers
--with-mysql: Install MySQL server--with-redis: Install Redis server
# Basic installation
brew install php83-stack
# With optional services
brew install php83-stack --with-mysql --with-redisMIT License - see LICENSE for details.