Initial Commit

This commit is contained in:
idevakk
2025-09-28 14:15:18 +05:30
commit 22336fde5b
124 changed files with 17930 additions and 0 deletions

42
README.md Normal file
View 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!