Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 561 Bytes

README.md

File metadata and controls

46 lines (30 loc) · 561 Bytes

Everlution SendinBlue SMS Bundle

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