integrated / wordpress-connector-bundle
Integrated Wordpress Connector Bundle
dev-master / 0.0.1.x-dev
2016-03-04 21:58 UTC
Requires
- seven/symfony-rpc-bundle: ~2.2.2
This package is not auto-updated.
Last update: 2024-11-04 16:17:16 UTC
README
Integrated Wordpress Connector Bundle
Requirements
- See the require section in the composer.json
Documentation
Installation
This bundle can be installed following these steps:
Install using composer
$ php composer.phar require integrated/wordpress-connector-bundle:~0.1
Enable the bundle
// app/AppKernel.php
public function registerBundles()
{
return array(
// ...
new Integrated\Bundle\WordpressConnectorBundle\IntegratedWordpressConnectorBundle()
// ...
);
}
License
This bundle is under the MIT license. See the complete license in the bundle:
LICENSE
Contributing
Pull requests are welcome. Please see our CONTRIBUTING guide.
About
This bundle is part of the Integrated project. You can read more about this project on the Integrated for developers website.