Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jobmetric/laravel-sms
This package is for sending SMS in different Laravel projects.
https://github.com/jobmetric/laravel-sms
laravel laravel-package send-sms sms sms-api sms-gateway sms-messages
Last synced: 3 days ago
JSON representation
This package is for sending SMS in different Laravel projects.
- Host: GitHub
- URL: https://github.com/jobmetric/laravel-sms
- Owner: jobmetric
- License: mit
- Created: 2024-06-16T11:31:59.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-01-15T19:03:22.000Z (9 days ago)
- Last Synced: 2025-01-15T21:20:48.318Z (9 days ago)
- Topics: laravel, laravel-package, send-sms, sms, sms-api, sms-gateway, sms-messages
- Language: PHP
- Homepage:
- Size: 60.5 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
[contributors-shield]: https://img.shields.io/github/contributors/jobmetric/laravel-sms.svg?style=for-the-badge
[contributors-url]: https://github.com/jobmetric/laravel-sms/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/jobmetric/laravel-sms.svg?style=for-the-badge&label=Fork
[forks-url]: https://github.com/jobmetric/laravel-sms/network/members
[stars-shield]: https://img.shields.io/github/stars/jobmetric/laravel-sms.svg?style=for-the-badge
[stars-url]: https://github.com/jobmetric/laravel-sms/stargazers
[license-shield]: https://img.shields.io/github/license/jobmetric/laravel-sms.svg?style=for-the-badge
[license-url]: https://github.com/jobmetric/laravel-sms/blob/master/LICENCE.md
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-blue.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/majidmohammadian[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]# Sms for laravel
This package is for sending SMS in different Laravel projects.
## Install via composer
Run the following command to pull in the latest version:
```bash
composer require jobmetric/laravel-sms
```## Documentation
coming soon
## License
The MIT License (MIT). Please see [License File](https://github.com/jobmetric/laravel-sms/blob/master/LICENCE.md) for more information.