endroid/cm-sms-bundle

This package is abandoned and no longer maintained. The author suggests using the symfony/notifier package instead.

Endroid CM SMS Bundle

Fund package maintenance!
endroid

Installs: 2 830

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Type:symfony-bundle

2.2.4 2020-04-26 20:50 UTC

README

By endroid

Latest Stable Version Build Status Total Downloads Monthly Downloads License

This Symfony bundle enables sending SMS messages using the CM Telecom SMS service.

Installation

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.

Development

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

Versioning

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.

License

This source code is subject to the MIT license bundled in the file LICENSE.