Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 656 Bytes

File metadata and controls

24 lines (16 loc) · 656 Bytes

Apache - MySQL - (multi) PHP stack with Homebrew

This repository contains a basic file structure and helper scripts to setup and maintain a local Apache, MariaDb and multiple PHP versions stack on MacOS.

This setup is for MacOS.

All services in the stack are installed with Homebrew.

What is included

You will end up with:

  • Apache 2.4.x
  • MariaDB 15.1.x
  • One or more PHP versions: eg. 7.4, 8.4, and 8.5.
  • A script to switch between PHP versions.
  • A CLI to start/stop services and to easily gain access to the configuration files.

Documentation

See the documentation to install and use the HAMmP stack.