2017 © Pedro Peláez
 

symfony-bundle smpp-client-bundle

Symfony SMPP Client Bundle

image

kronas/smpp-client-bundle

Symfony SMPP Client Bundle

  • Wednesday, December 28, 2016
  • by kronas
  • Repository
  • 1 Watchers
  • 3 Stars
  • 10,220 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 0 Open issues
  • 3 Versions
  • 20 % Grown

The README.md

SmppClientBundle

PHP 5 based SMPP client bundle for Symfony2. Forked from https://github.com/onlinecity/php-smpp, (*1)

For now, it only sends messages.. trasmitter mode, (*2)

Installation

Add to composer.json, (*3)

"require": {
    "kronas/smpp-client-bundle": "1.0.0-dev"
}

Add to AppKernel.php, (*4)

public function registerBundles()
{
    $bundles = array(
        // ...
        new Kronas\SmppClientBundle\KronasSmppClientBundle(),
    );

    return $bundles;
}

Add to config.yml, (*5)

kronas_smpp_client:
    host: %smpp_host%
    port: %smpp_port%
    login: %smpp_login%
    password: %smpp_password%
    signature: %smpp_signature%

More configuration parameters, (*6)

Usage

$smpp = $this->get('kronas_smpp_client.transmitter');

$smpp->send($phone_number, $message);

*Phone number must be in international format without "+", (*7)

**Function "send" return a message ID, (*8)

License

This bundle is under the MIT license. See the complete license in the bundle:, (*9)

Resources/meta/LICENSE

The Versions

28/12 2016

dev-master

9999999-dev https://github.com/kronas/SmppClientBundle

Symfony SMPP Client Bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar kronas

send sms via smpp

30/07 2016

1.1.0

1.1.0.0 https://github.com/kronas/SmppClientBundle

Symfony SMPP Client Bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar kronas

send sms via smpp

18/07 2014

1.0.0

1.0.0.0 https://github.com/kronas/SmppBundle

Symfony SMPP Client Bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar kronas

send sms via smpp