endroid / cm-sms-bundle
Endroid CM SMS Bundle
Fund package maintenance!
endroid
Installs: 2 890
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Type:symfony-bundle
Requires
- php: >=7.2
- doctrine/doctrine-bundle: ^1.8.1||^2.0
- doctrine/orm: ^2.6
- endroid/cm-sms: ^2.1
- endroid/installer: ^1.2.2
- symfony/asset: ^3.4||^4.4||^5.0
- symfony/web-link: ^3.4||^4.4||^5.0
- twig/twig: ^2.4||^3.0
Requires (Dev)
- endroid/quality: dev-master
Suggests
- roave/security-advisories: Avoids installation of package versions with vulnerabilities
- symfony/security-checker: Checks your composer.lock for vulnerabilities
- dev-master / 2.x-dev
- 2.2.4
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.11
- 2.0.10
- 2.0.9
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- dev-dependabot/npm_and_yarn/assets/minimist-1.2.8
- dev-dependabot/npm_and_yarn/assets/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/assets/async-2.6.4
- dev-dependabot/npm_and_yarn/assets/loader-utils-1.4.2
- dev-dependabot/npm_and_yarn/assets/minimatch-3.1.2
- dev-dependabot/npm_and_yarn/assets/minimist-1.2.7
- dev-dependabot/npm_and_yarn/assets/node-fetch-2.6.1
- dev-dependabot/npm_and_yarn/assets/http-proxy-1.18.1
This package is auto-updated.
Last update: 2023-03-08 13:27:24 UTC
README
By endroid
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.