PHPackages                             noumanqamar/sms2connect-php - 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. noumanqamar/sms2connect-php

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

noumanqamar/sms2connect-php
===========================

A modern, dependency-free PHP 8.3+ SDK wrapper for the SMS2Connect API Gateway.

00PHP

Since May 19Pushed 3w agoCompare

[ Source](https://github.com/noumanqamar450/sms2connect-php)[ Packagist](https://packagist.org/packages/noumanqamar/sms2connect-php)[ RSS](/packages/noumanqamar-sms2connect-php/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

SMS2Connect PHP SDK (PHP 8.3+)
==============================

[](#sms2connect-php-sdk-php-83)

A modern, strictly typed, zero-dependency PHP wrapper for the SMS2Connect API Gateway.

This package utilizes modern PHP 8.3 features such as constructor property promotion, strict declarations, and read-only properties to deliver a secure and clean developer experience.

---

Features
========

[](#features)

- PHP 8.3+ Optimized
- Zero Dependencies
- Native cURL Integration
- Native JSON Handling
- SMS Broadcasting
- OTP Verification Support
- Delivery Status Tracking
- Account Balance Monitoring
- Structured Exception Handling
- Strict Typing Support

---

Requirements
============

[](#requirements)

Ensure your environment includes:

- PHP 8.3 or higher
- PHP Extension: `ext-curl`
- PHP Extension: `ext-json`

---

Installation
============

[](#installation)

Install the package using Composer.

```
composer require noumanqamar/sms2connect-php
```

---

Initialization
==============

[](#initialization)

```
