Skip to content

octopush/OctopushSMSBundle

Repository files navigation

OctopushSMSBundle

Integrates the Octopush SMS API client with Symfony.

Installation

The recommended way to install OctopushSMSBundle is through composer:

$ composer require octopush/sms-bundle

Then enable it in your kernel:

<?php

public function registerBundles()
{
    $bundles = [
        //...
        new Octopush\Bundle\SMSBundle\OctopushSMSBundle(),
    ];
}

Configuration

octopush_sms:
    user_login: "**********@*******"
    api_key: "****************"

Usage

You can obtain Octopush SMS API client from Symfony container using:

<?php

$container->get('octopush_sms.api.client');

Examples

There is bundle setup example using Symfony Standard Edition available.

For more information about using the client, check Octopush SMS API.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages