PHPackages                             my-country-mobile/my-country-mobile - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. my-country-mobile/my-country-mobile

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

my-country-mobile/my-country-mobile
===================================

A Laravel Notification Channel for sending messages via Textlocal.

v1.0.1(1y ago)01MITPHPPHP &gt;=7.3

Since Nov 30Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Mycountrymobile-com/my-country-mobile)[ Packagist](https://packagist.org/packages/my-country-mobile/my-country-mobile)[ RSS](/packages/my-country-mobile-my-country-mobile/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (3)Used By (0)

My Country Mobile
=================

[](#my-country-mobile)

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
-----------------

[](#table-of-contents)

- [About](#about)
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
- [Support](#support)

About
-----

[](#about)

**[My Country Mobile](https://www.mycountrymobile.com/)** 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
--------

[](#features)

- **Virtual Number Provider**: Cost-effective and reliable international calling services for businesses.
- **[Bulk SMS](https://www.smslocal.com/)**: 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
------------

[](#installation)

To get started with **My Country Mobile**, follow these steps:

1. Clone the repository:

    ```
    git clone https://github.com/Mycountrymobile-com/my-country-mobile.git
    ```
2. Navigate to the project directory:

    ```
    cd my-country-mobile
    ```
3. Install dependencies (depending on your tech stack, e.g., PHP, Composer, etc.):

    - For **PHP** and Composer:

    ```
    composer install
    ```
4. Set up your environment (database, configuration, API keys):

    - Create a `.env` file or edit the `config/config.php` file to add your database credentials and external API keys (for SMS, etc.).
5. 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
-----

[](#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:

1. **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 the `SmsService.php` class, which interacts with the SMS API.
2. **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
------------

[](#contributing)

We welcome contributions! If you’d like to help improve **My Country Mobile**, please follow these steps:

1. Fork the repository.
2. Create a new branch for your changes.
3. Make your changes and commit them.
4. 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
-------

[](#support)

If you discover any issues or have questions, please email us at  instead of using the issue tracker. We'll be happy to assist you.

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance39

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1 days

Total

2

Last Release

526d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7c03616e2a5a801b3b373ba966f156805a7f218f7773b7561face2121d0ff28a?d=identicon)[Mycountrymobile-com](/maintainers/Mycountrymobile-com)

---

Top Contributors

[![Mycountrymobile-com](https://avatars.githubusercontent.com/u/190162799?v=4)](https://github.com/Mycountrymobile-com "Mycountrymobile-com (20 commits)")

---

Tags

bulk-smscloud-contact-centercommunicationcustomer-engagementtelecomvirtual-number

### Embed Badge

![Health badge](/badges/my-country-mobile-my-country-mobile/health.svg)

```
[![Health](https://phpackages.com/badges/my-country-mobile-my-country-mobile/health.svg)](https://phpackages.com/packages/my-country-mobile-my-country-mobile)
```

###  Alternatives

[laravel-notification-channels/telegram

Telegram Notifications Channel for Laravel

1.1k3.4M35](/packages/laravel-notification-channels-telegram)[laravel-notification-channels/fcm

FCM (Firebase Cloud Messaging) Notifications Driver for Laravel

5917.0M16](/packages/laravel-notification-channels-fcm)[s-ichikawa/laravel-sendgrid-driver

This library adds a 'sendgrid' mail driver to Laravel.

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[laravel-notification-channels/microsoft-teams

A Laravel Notification Channel for Microsoft Teams

1603.0M7](/packages/laravel-notification-channels-microsoft-teams)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[laravel-notification-channels/aws-sns

Amazon Simple Notification Service (AWS SNS) notification channel for Laravel.

541.1M2](/packages/laravel-notification-channels-aws-sns)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
