Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.14 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.14 KB

Symfony WordPress Edition

Modified Symfony Standard Edition for use with WordPress.

Includes RoutemasterBundle which provides some light glue between Symfony and WordPress and OowpBundle which provides object oriented wrappers around WP custom post types.

Features

  • Build your front end using Symfony routes, controllers and views
  • Use WordPress's CMS interface on the back end
  • Use WP_Query in your controllers to fetch the content to display
  • Compatible with most existing WordPress plugins and Symfony bundles
  • Bridge Symfony and WordPress event systems on either front or back end

Installation

  • Download ZIP archive and run composer install (assuming Composer is installed globally).
  • Add DB details to web/wp-config.php.
  • Open the web folder in a browser and run the usual WordPress install.

See RoutemasterBundle for further usage instructions.