Initial Commit
This commit is contained in:
42
README.md
Normal file
42
README.md
Normal file
@@ -0,0 +1,42 @@
|
||||
# 📩 iSMS - Temporary SMS Receiver
|
||||
|
||||
A Laravel-based web application that allows users to receive SMS messages online via temporary phone numbers. Useful for testing or anonymous verification.
|
||||
|
||||
---
|
||||
|
||||
## 🚀 Features
|
||||
|
||||
* 📱 Temporary phone numbers (dynamic or pre-defined)
|
||||
* 📨 Real-time SMS receiving and display
|
||||
* 🛠 Admin panel for managing numbers and messages
|
||||
* 🔒 Basic spam protection and rate limiting
|
||||
* 📊 Logs and analytics (optional)
|
||||
|
||||
---
|
||||
|
||||
## 🧰 Tech Stack
|
||||
|
||||
* **Framework:** Laravel 12+
|
||||
* **Database:** MySQL
|
||||
* **Frontend:** Blade / Tailwind CSS
|
||||
* **Real-time:** Laravel Echo + Pusher (optional)
|
||||
* **Queue:** Redis / Database queues
|
||||
|
||||
---
|
||||
|
||||
## 🔐 Security Notes
|
||||
|
||||
* Do not use this in production without proper rate-limiting & abuse prevention.
|
||||
* Use HTTPS and secure access to the admin panel.
|
||||
|
||||
---
|
||||
|
||||
## 📄 License
|
||||
|
||||
This project is open-source under the [MIT License](LICENSE).
|
||||
|
||||
---
|
||||
|
||||
## 👨💻 Contributing
|
||||
|
||||
Feel free to fork the repo and submit PRs. Bug reports and feature suggestions are welcome!
|
||||
Reference in New Issue
Block a user