Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ndolestudio/httpsms-recipes
Code examples for httpsms.com
https://github.com/ndolestudio/httpsms-recipes
httpsms sms-api sms-gateway
Last synced: 16 days ago
JSON representation
Code examples for httpsms.com
- Host: GitHub
- URL: https://github.com/ndolestudio/httpsms-recipes
- Owner: NdoleStudio
- License: mit
- Created: 2023-08-22T17:48:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-02T07:43:40.000Z (21 days ago)
- Last Synced: 2024-12-02T08:33:45.789Z (21 days ago)
- Topics: httpsms, sms-api, sms-gateway
- Language: PHP
- Homepage: https://docs.httpsms.com
- Size: 718 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
httpsms-recipes
===============[![Build](https://github.com/NdoleStudio/httpsms-recipes/actions/workflows/ci.yml/badge.svg)](https://github.com/NdoleStudio/httpsms-recipes/actions/workflows/ci.yml)
[![GitHub contributors](https://img.shields.io/github/contributors/NdoleStudio/httpsms-recipes)](https://github.com/NdoleStudio/httpsms-recipes/graphs/contributors)
[![GitHub license](https://img.shields.io/github/license/NdoleStudio/httpsms-recipes?color=brightgreen)](https://github.com/NdoleStudio/httpsms-recipes/blob/master/LICENSE)This repository contains same code on how to use the httpSMS.com API to send and
receive SMS messages and also to receive webhook events.## Recipies
| Recipe | Webhook | Send SMS |
|-----------------------|:-------:|:--------:|
| [Laravel](./laravel/) | ✓ | |
| [Express](./express/) | ✓ | ✓ |