Skip to content

julianstricker/XxamMailclientBundle

Repository files navigation

Xxam/MailclientBundle - A complete mailclient bundle for Xxam

Overview

License

This bundle is released under the MIT license

Installation

Step1: Using Composer

Add the following line to your composer.json require block:

// 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:

$ php composer.phar update

Step 2: Register the Bundle

Modify your AppKernel with the following line:

<?php
// in AppKernel::registerBundles()
$bundles = array(
    // ...
    new Xxam\MailclientBundle\XxamMailclientBundle(),
    // ...
);

About

A complete mailclient bundle for Xxam

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published