zephyr / allmysms-bundle
This bundle provides load of AllMySMS API for your Symfony Project
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^5.5|^7.0
- symfony/framework-bundle: ^4.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^1.1|^2.8@dev
- lcobucci/jwt: ~3.2
- symfony/browser-kit: ^2.8|^3.0|^4.0
- symfony/dom-crawler: ^2.8|^3.0|^4.0
- symfony/phpunit-bridge: ~3.3
- symfony/yaml: ^2.8|^3.0|^4.0
This package is auto-updated.
Last update: 2024-11-12 08:22:18 UTC
README
This bundle provides AllMYSMS Library as symfony service.
It is compatible and tested with PHP 5.5, 5.6, 7.0, 7.1, on Symfony 3.* and 4.*.
Documentation
Installation with Symfony Flex
Use the composer command in your Symfony Flex project :
composer req allmysms
Installation Symfony 2.x, 3.x
Install the bundle
composer require zephyr/allmysms-bundle
Add the bundle to AppKernel
<?php //... class AppKernel extends Kernel { public function registerBundles() { $bundles = [ // ... new ZephyrHQ\AllMySMSBundle\ZephyrHQAllMySMSBundle(), // ... ]; } // ... }
Add this configuration to config.yml
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.
Github Issues are dedicated to bug reports and feature requests.
Contributing
See the CONTRIBUTING file.
Credits
- Zephyr Web dev@zephyr-web.fr
- All contributors
License
This bundle is under the MIT license.
For the whole copyright, see the LICENSE file distributed with this source code.