mycountrymobile / my-country-mobile
A Laravel Notification Channel for sending messages via Textlocal.
Requires
- php: >=7.3
- guzzlehttp/guzzle: ^7.0
- illuminate/notifications: ^7.0|^8.0|^9.0|^10.0
README
Welcome to the official repository of My Country Mobile, a telecom innovation company focused on delivering AI-powered solutions that enhance customer engagement, streamline operations, and drive growth for businesses in the telecom industry.
Table of Contents
About
My Country Mobile is dedicated to revolutionizing telecom operations with cutting-edge AI tools designed to support businesses in various aspects. Our comprehensive solutions help telecom companies optimize workflows, manage customer interactions, and stay competitive in a rapidly evolving market. We provide a wide range of services that include virtual numbers, bulk SMS, VOIP solutions, and more.
Features
- Virtual Number Provider: Cost-effective and reliable international calling services for businesses.
- Bulk SMS: Engage with your audience via targeted SMS campaigns.
- VOIP Solutions: Scalable and flexible voice solutions that simplify communication for businesses.
- Cloud-contact Center: Integrate cloud-based contact center solutions into your applications to streamline customer support and enhance communication efficiency.
Installation
To get started with My Country Mobile, follow these steps:
-
Clone the repository:
git clone https://github.com/Mycountrymobile-com/my-country-mobile.git
-
Navigate to the project directory:
cd my-country-mobile
-
Install dependencies (depending on your tech stack, e.g., PHP, Composer, etc.):
- For PHP and Composer:
composer install
-
Set up your environment (database, configuration, API keys):
- Create a
.env
file or edit theconfig/config.php
file to add your database credentials and external API keys (for SMS, etc.).
- Create a
-
Set up your database (for storing users and message logs):
CREATE DATABASE mycountrymobile; USE mycountrymobile; CREATE TABLE users ( id INT AUTO_INCREMENT PRIMARY KEY, name VARCHAR(255), phone VARCHAR(15) ); CREATE TABLE messages ( id INT AUTO_INCREMENT PRIMARY KEY, user_id INT, content TEXT, FOREIGN KEY (user_id) REFERENCES users(id) );
Usage
Once installed, you can use the various tools and services provided by My Country Mobile. The repository includes code to demonstrate the core functionality of SMS sending, user management, and message logging. Here's a brief overview of how you can interact with the system:
- Send SMS: The
public/index.php
file demonstrates how to send SMS using our service. You can integrate this functionality into your own projects by using theSmsService.php
class, which interacts with the SMS API. - Store Messages and Users: The application interacts with a simple MySQL database to store user data and messages. You can extend this functionality to track more detailed information and perform advanced analytics.
To start the application locally, you can use PHP's built-in server:
php -S localhost:8000 -t public
Then open your browser and go to http://localhost:8000
to see the functionality in action.
Contributing
We welcome contributions! If you’d like to help improve My Country Mobile, please follow these steps:
- Fork the repository.
- Create a new branch for your changes.
- Make your changes and commit them.
- Submit a pull request with a description of your changes.
For larger changes, please ensure you follow the coding standards and include unit tests for new features where applicable.
Support
If you discover any issues or have questions, please email us at support@mycountrymobile.com instead of using the issue tracker. We'll be happy to assist you.
License
This project is licensed under the MIT License - see the LICENSE file for details.