2017 © Pedro PelĂĄez
 

symfony-bundle allmysms-bundle

This bundle provides load of AllMySMS API for your Symfony Project

image

zephyr/allmysms-bundle

This bundle provides load of AllMySMS API for your Symfony Project

  • Wednesday, March 14, 2018
  • by ndm
  • Repository
  • 1 Watchers
  • 1 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

AllMYSMSBUndle

This bundle provides AllMYSMS Library as symfony service., (*1)

It is compatible and tested with PHP 5.5, 5.6, 7.0, 7.1, on Symfony 3.* and 4.*., (*2)

Documentation

Installation with Symfony Flex

Use the composer command in your Symfony Flex project :, (*3)

composer req allmysms

Installation Symfony 2.x, 3.x

Install the bundle, (*4)

composer require zephyr/allmysms-bundle, (*5)

Add the bundle to AppKernel, (*6)

<?php
//...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = [
            // ...            
            new ZephyrHQ\AllMySMSBundle\ZephyrHQAllMySMSBundle(),
            // ...
        ];
    }
    // ...
}

Add this configuration to config.yml, (*7)

zephyrhq_allmysms:
    api_login: '%env(ALLMYSMS_LOGIN)%'
    api_key: '%env(ALLMYSMS_KEY)%'
    simulate: '%env(ALLMYSMS_SIMULATE)%'
    simple_sms: false

Support

Please consider opening a question on StackOverflow using the allmysms tag., (*8)

Github Issues are dedicated to bug reports and feature requests., (*9)

Contributing

See the CONTRIBUTING file., (*10)

Credits

License

This bundle is under the MIT license.
For the whole copyright, see the LICENSE file distributed with this source code., (*11)

The Versions