Skip to content

xoeoro/bytehand-bundle

Repository files navigation

bytehand-bundle

composer

composer require xoeoro/bytehand-bundle:dev-master

AppKernel.php

$bundles = array(
   // Other bundles
   new Xoeoro\BytehandBundle\XoeoroBytehandBundle(),
);

config.yml

xoeoro_bytehand:
    id: %xoeoro.bytehand.id%
    key: %xoeoro.bytehand.key%
    from: %xoeoro.bytehand.from%

parameters.yml.dist

parameters:
    xoeoro.bytehand.id: ~
    xoeoro.bytehand.key: ~
    xoeoro.bytehand.from: SMS-INFO

parameters.yml

parameters:
    xoeoro.bytehand.id: YOUR_BYTEHAND_ID
    xoeoro.bytehand.key: YOUR_BYTEHAND_KEY
    xoeoro.bytehand.from: YOUR_BYTEHAND_FROM

Usage:

$byteHandService = $this->container->get('xoeoro.bytehand');
$smsStatus = $byteHandService->send($number, $message);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages