Download the PHP package mumbee/smsmode-bundle without Composer
On this page you can find all versions of the php package mumbee/smsmode-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mumbee/smsmode-bundle
More information about mumbee/smsmode-bundle
Files in mumbee/smsmode-bundle
Package smsmode-bundle
Short Description SMSMode Bundle
License GPL-3.0+
Homepage https://mumbee.fr
Informations about the package smsmode-bundle
Mumbee SMSModeBundle
This bundle is made by Mumbee
Installation
Step 1: Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
Step 2: Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles
in the app/AppKernel.php
file of your project:
Step 3: Configuration
This bundle is default configured for the 1.6 SMSMode API.
You can watch the defaut configured URL in the DependencyInjection\Configuration class.
By the way, you can override this in your project (the famous app/config.yml).
Step 4: Test integration
You can test with your own number with an integrated test command :
Other commands
All the feature is covered by a simple command :
Get a "compte-rendu":
Get the account balance
Create a sub account
Delete a sub account
Transferring credits
Add Contact
Delete SMS
List SMS
Status SMS
Answers
php bin/console mumbee:sms:answers <SMSMode_pseudo> <SMSMode_password>