Skip to content

williarin/wordpress-interop-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 manager
  • Williarin\WordpressInterop\Persistence\DuplicationServiceInterface to get the default duplication service
  • wordpress_interop.entity_manager as an alternative to Williarin\WordpressInterop\EntityManagerInterface

License

MIT

Copyright (c) 2022, William Arin

About

Symfony bundle to integrate williarin/wordpress-interop library in the framework

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages