WordPress Interop Bundle
Introduction
This bundle integrates williarin/wordpress-interop with Symfony.
Installation
composer require williarin/wordpress-interop-bundle
Configuration
# config/packages/doctrine.yaml
doctrine:
dbal:
connections:
my_dbal_connection:
driver: pdo_mysql
url: '%env(resolve:WORDPRESS_DATABASE_URL)%'
charset: UTF8
# config/packages/williarin_wordpress_interop.yaml
williarin_wordpress_interop:
# default_entity_manager: # defaults to the first defined entity manager
entity_managers:
my_entity_manager:
connection: my_dbal_connection
# tables_prefix: custom_ # defaults to 'wp_'
# another_manager:
# connection: my_other_dbal_connection
# # tables_prefix: custom_
Autowiring
Williarin\WordpressInterop\ManagerRegistryInterface
to access all your managers and repositories.Williarin\WordpressInterop\EntityManagerInterface
to get the default entity managerwordpress_interop.entity_manager
as an alternative toWilliarin\WordpressInterop\EntityManagerInterface
License
Copyright (c) 2022, William Arin