2017 © Pedro PelĆ”ez
 

symfony-bundle sms-bundle

Integrates the Octopush SMS API client with Symfony.

image

octopush/sms-bundle

Integrates the Octopush SMS API client with Symfony.

  • Wednesday, March 7, 2018
  • by Octopush
  • Repository
  • 2 Watchers
  • 3 Stars
  • 2,452 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 10 Forks
  • 0 Open issues
  • 5 Versions
  • 12 % Grown

The README.md

OctopushSMSBundle

Integrates the Octopush SMS API client with Symfony., (*1)

Installation

The recommended way to install OctopushSMSBundle is through composer:, (*2)

$ composer require octopush/sms-bundle

Then enable it in your kernel:, (*3)

<?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:, (*4)

<?php

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

Examples

There is bundle setup example using Symfony Standard Edition available., (*5)

For more information about using the client, check Octopush SMS API., (*6)

The Versions

07/03 2018

dev-master

9999999-dev

Integrates the Octopush SMS API client with Symfony.

  Sources   Download

MIT

The Requires

 

07/03 2018

1.1.1

1.1.1.0

Integrates the Octopush SMS API client with Symfony.

  Sources   Download

MIT

The Requires

 

06/03 2018

1.1.0

1.1.0.0

Integrates the Octopush SMS API client with Symfony.

  Sources   Download

MIT

The Requires

 

21/12 2017

dev-octopush-patch-1

dev-octopush-patch-1

Integrates the Octopush SMS API client with Symfony.

  Sources   Download

MIT

The Requires

 

02/03 2016

1.0.0

1.0.0.0

Integrates the Octopush SMS API client with Symfony.

  Sources   Download

MIT

The Requires