symfony-bundle doctrine-wp-bundle
A Symfony bundle for handling WordPress data with Doctrine
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
WpDoctrineBundle
, (*1)
A Symfony bundle for handling WordPress data with Doctrine., (*2)
Requirements
Installation
-
Install with Composer:, (*3)
composer install friartuck6000/doctrine-wp-bundle
-
Register the bundle in your AppKernel.php
:, (*4)
// ...
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = [
// ...
new Ft6k\Bundle\WpDoctrineBundle\WpDoctrineBundle(),
// ...
];
return $bundles;
}
}
-
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: ~
# ...
dev-master
9999999-dev
A Symfony bundle for handling WordPress data with Doctrine
Sources
Download
MIT
The Requires
The Development Requires
dev-development
dev-development
A Symfony bundle for handling WordPress data with Doctrine
Sources
Download
MIT
The Requires
The Development Requires
v0.2.0
0.2.0.0
A Symfony bundle for handling WordPress data with Doctrine
Sources
Download
MIT
The Requires
The Development Requires
v0.1.1
0.1.1.0
A Symfony bundle for handling WordPress data with Doctrine
Sources
Download
MIT
The Requires
The Development Requires
v0.1.0
0.1.0.0
A Symfony bundle for handling WordPress data with Doctrine
Sources
Download
MIT
The Requires
The Development Requires