By endroid
This Symfony bundle enables sending SMS messages using the CM Telecom SMS service.
Use Composer to install the library. Symfony Flex will set up the configuration and routing for you.
$ composer require endroid/cm-sms-bundle
Now you can access the SMS dashboard via /cm-sms/dashboard and the SMS client will be exposed as a service.
The production version makes use of built assets. When you make changes to the assets use the following commands to install assets, create a new build or watch to automatically rebuild on changes.
yarn
yarn build
yarn watch
Version numbers follow the MAJOR.MINOR.PATCH scheme. Backwards compatibility breaking changes will be kept to a minimum but be aware that these can occur. Lock your dependencies for production and test your code when upgrading.
This source code is subject to the MIT license bundled in the file LICENSE.