2017 © Pedro Peláez
 

symfony-bundle doctrine-wp-bundle

A Symfony bundle for handling WordPress data with Doctrine

image

friartuck6000/doctrine-wp-bundle

A Symfony bundle for handling WordPress data with Doctrine

  • Monday, June 6, 2016
  • by friartuck6000
  • Repository
  • 1 Watchers
  • 0 Stars
  • 32 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

WpDoctrineBundle

Latest Stable Version Latest Unstable Version Total Downloads, (*1)

A Symfony bundle for handling WordPress data with Doctrine., (*2)

Requirements

  • PHP 5.5+
  • Symfony 2.8+

Installation

  1. Install with Composer:, (*3)

    composer install friartuck6000/doctrine-wp-bundle
    
  2. Register the bundle in your AppKernel.php:, (*4)

    // ...
    class AppKernel extends Kernel
    {
        public function registerBundles()
        {
            $bundles = [
                // ...
                new Ft6k\Bundle\WpDoctrineBundle\WpDoctrineBundle(),
                // ...
            ];
    
            return $bundles;
        }
    }
    
  3. Update your config.yml:, (*5)

    # app/config/config.yml
    
    # Bundle configuration
    wp_doctrine:
        table_prefix: 'wp_'
    
    # Doctrine mapping configuration
    doctrine:
        # ...
        orm:
            # ...
            entity_managers:
                # some_em:
                    mappings:
                        WpDoctrineBundle: ~
                    # ...
    

The Versions

06/06 2016

dev-master

9999999-dev

A Symfony bundle for handling WordPress data with Doctrine

  Sources   Download

MIT

The Requires

 

The Development Requires

06/06 2016

dev-development

dev-development

A Symfony bundle for handling WordPress data with Doctrine

  Sources   Download

MIT

The Requires

 

The Development Requires

06/06 2016

v0.2.0

0.2.0.0

A Symfony bundle for handling WordPress data with Doctrine

  Sources   Download

MIT

The Requires

 

The Development Requires

01/06 2016

v0.1.1

0.1.1.0

A Symfony bundle for handling WordPress data with Doctrine

  Sources   Download

MIT

The Requires

 

The Development Requires

31/05 2016

v0.1.0

0.1.0.0

A Symfony bundle for handling WordPress data with Doctrine

  Sources   Download

MIT

The Requires

 

The Development Requires