everlutionsk/sendin-blue-sms-bundle

Everlution SendinBlue SMS Bundle for Symfony framework

v0.1.1 2017-06-08 12:17 UTC

This package is auto-updated.

Last update: 2024-03-26 21:25:28 UTC


README

Installation

Step 1: Download the Bundle

$ composer require everlutionsk/sendin-blue-sms-bundle

Step 2: Enable the Bundle

<?php
// app/AppKernel.php

// ...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...

            new Everlution\SendinBlueSmsBundle\EverlutionSendinBlueSmsBundle(),
        );

        // ...
    }

    // ...
}

Configuration

coming soon

Usage

coming soon

TODO

coming soon