https://github.com/abandroid/cm-sms-bundle
https://github.com/abandroid/cm-sms-bundle
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/abandroid/cm-sms-bundle
- Owner: abandroid
- License: mit
- Created: 2017-10-22T19:56:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T13:27:20.000Z (over 3 years ago)
- Last Synced: 2025-01-17T06:21:12.500Z (over 1 year ago)
- Language: PHP
- Size: 2.08 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# CM SMS Bundle
*By [endroid](https://endroid.nl/)*
[](https://packagist.org/packages/endroid/cm-sms-bundle)
[](https://github.com/endroid/cm-sms-bundle/actions)
[](https://packagist.org/packages/endroid/cm-sms-bundle)
[](https://packagist.org/packages/endroid/cm-sms-bundle)
[](https://packagist.org/packages/endroid/cm-sms-bundle)
This Symfony bundle enables sending SMS messages using the [CM Telecom SMS service](https://docs.cmtelecom.com/).
## Installation
Use [Composer](https://getcomposer.org/) to install the library. Symfony Flex
will set up the configuration and routing for you.
``` bash
$ 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.
``` bash
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.