PHPackages                             excitesms-php-sdk/excitesms-php-sdk - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. excitesms-php-sdk/excitesms-php-sdk

ActiveLybrary[Utility &amp; Helpers](/categories/utility)

excitesms-php-sdk/excitesms-php-sdk
===================================

ExciteSMS PHP SDK

v0.0.1(2y ago)10MITPHPPHP 8.2.4

Since Oct 15Pushed 1y ago1 watchersCompare

[ Source](https://github.com/ExciteSMS/excite-sms-sdk)[ Packagist](https://packagist.org/packages/excitesms-php-sdk/excitesms-php-sdk)[ RSS](/packages/excitesms-php-sdk-excitesms-php-sdk/feed)WikiDiscussions main Synced 1mo ago

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

ExciteSMS PHP SDK
=================

[](#excitesms-php-sdk)

The ExciteSMS PHP SDK allows you to interact with the ExciteSMS API to send SMS messages. This SDK provides a convenient way to send single contact list SMS campaigns using the ExciteSMS service.

Installation
------------

[](#installation)

You can install the ExciteSMS PHP SDK via Composer. Run the following command in your project directory:

```
composer excitesms-php-sdk/excitesms-php-sdk
```

Usage
-----

[](#usage)

To use the ExciteSMS PHP SDK, follow these steps:

1. Import the SDK in your PHP script:

```
use ExcitesmsPhpSdk\ExcitesmsPhpSdk\ExciteSms;
```

2. Initialize the ExciteSms class with your ExciteSMS API credentials:

```
$baseUrl = 'https://portal.excitesms.tech';
$apiKey = 'Your-API-Key';
$exciteSms = new ExciteSms($baseUrl, $apiKey);
```

3. Send a single contact list SMS campaign:

```
$recipient = '6415907d0d37a';
$senderId = 'YourName';
$message = 'This is a test message';

$response = $exciteSms->sendSingleContactListSms($recipient, $senderId, $message);
```

4. Handle the response as needed.

API Documentation
-----------------

[](#api-documentation)

For more information about the ExciteSMS API and its endpoints, refer to the [ExciteSMS API Documentation](https://app.theneo.io/excitesms/excitesms/api-reference).

License
-------

[](#license)

This SDK is open-source and available under the \[MIT\] License. For more details, see the [LICENSE](LICENSE) file.

Issues
------

[](#issues)

If you encounter any issues with the SDK or would like to report a bug, please create an issue on the [GitHub repository](https://github.com/excite-sms-sdk).

Contributing
------------

[](#contributing)

We welcome contributions! If you'd like to contribute to the ExciteSMS PHP SDK, please follow our [contribution guidelines](CONTRIBUTING.md).

About
-----

[](#about)

This SDK is maintained by Kazashim Kuzasuwat. You can contact us at .

Changelog
---------

[](#changelog)

For a detailed list of changes, see the [CHANGELOG](CHANGELOG.md) file.

Acknowledgments
---------------

[](#acknowledgments)

We would like to thank the ExciteSMS team for providing an excellent SMS service and allowing us to build this SDK.

---

Happy coding! 🚀

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance26

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

946d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5bc2f97f1fabec5c0e300a88f6d154635bfdd27a9cf5c5976e04d5512ddda044?d=identicon)[kazashim](/maintainers/kazashim)

---

Top Contributors

[![kazashim](https://avatars.githubusercontent.com/u/12492093?v=4)](https://github.com/kazashim "kazashim (6 commits)")

### Embed Badge

![Health badge](/badges/excitesms-php-sdk-excitesms-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/excitesms-php-sdk-excitesms-php-sdk/health.svg)](https://phpackages.com/packages/excitesms-php-sdk-excitesms-php-sdk)
```

###  Alternatives

[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[dhlparcel/magento2-plugin

DHL Parcel plugin for Magento 2

11180.5k2](/packages/dhlparcel-magento2-plugin)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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