2017 © Pedro Peláez
 

symfony-bundle mailclientbundle

A complete mailclient bundle for Xxam

image

xxam/mailclientbundle

A complete mailclient bundle for Xxam

  • Wednesday, October 21, 2015
  • by just
  • Repository
  • 1 Watchers
  • 0 Stars
  • 13 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Xxam/MailclientBundle - A complete mailclient bundle for Xxam

Overview

License

This bundle is released under the MIT license, (*1)

Installation

Step1: Using Composer

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

Step 2: Register the Bundle

Modify your AppKernel with the following line:, (*4)

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

The Versions

21/10 2015

dev-master

9999999-dev https://github.com/julianstricker/XxamMailclientBundle

A complete mailclient bundle for Xxam

  Sources   Download

MIT

The Requires

 

symfony2 bundle xxam mailclient