dev-master
9999999-dev https://github.com/julianstricker/XxamMailclientBundleA complete mailclient bundle for Xxam
MIT
The Requires
- php >=5.3.3
- symfony/symfony 2.7.*
- php-imap/php-imap ~2.0
- xxam/xxam *
symfony2 bundle xxam mailclient
Wallogit.com
2017 © Pedro Peláez
A complete mailclient bundle for Xxam
This bundle is released under the MIT license, (*1)
Add the following line to your composer.json require block:, (*2)
// composer.json
{
// ...
require: {
// ...
"xxam/mailclientbundle": "dev-master"
}
}
Then, you can install the new dependencies by running Composer's update
command from the directory where your composer.json file is located:, (*3)
$ php composer.phar update
Modify your AppKernel with the following line:, (*4)
<?php
// in AppKernel::registerBundles()
$bundles = array(
// ...
new Xxam\MailclientBundle\XxamMailclientBundle(),
// ...
);
A complete mailclient bundle for Xxam
MIT
symfony2 bundle xxam mailclient