This repository contains a guide and examples for integrating WordPress with Symfony 7.3.
It was presented during the SymfonyCon Amsterdam 2025.
1. Clone the repository:
git clone [email protected]:alexandresalome/symfony-wordpress.git
cd symfony-wordpress2. Run the development setup script. This will start Docker containers, install Composer dependencies, and set up the environment:
./bin/dev-setup3. Connect to http://localhost:8000 to access the application.
You can reinitialize the development environment at any time by running:
./bin/dev-resetThis will stop and remove Docker containers, delete the database, and restart the setup process.