Skip to content

dhaaker/symfony-wordpress

 
 

Repository files navigation

Integrating WordPress and Symfony

This repository contains a guide and examples for integrating WordPress with Symfony 7.3.

It was presented during the SymfonyCon Amsterdam 2025.

Presentation slides

Requirements

Getting Started

1. Clone the repository:

git clone git@github.com:alexandresalome/symfony-wordpress.git
cd symfony-wordpress

2. Run the development setup script. This will start Docker containers, install Composer dependencies, and set up the environment:

./bin/dev-setup

3. Connect to http://localhost:8000 to access the application.

Development

You can reinitialize the development environment at any time by running:

./bin/dev-reset

This will stop and remove Docker containers, delete the database, and restart the setup process.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 69.4%
  • JavaScript 11.8%
  • Shell 8.0%
  • Twig 7.4%
  • CSS 2.1%
  • SCSS 0.7%
  • HTML 0.6%