PHPackages                             smsgatewaycenterphpsdk/smsgatewaycenterapi - 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. [API Development](/categories/api)
4. /
5. smsgatewaycenterphpsdk/smsgatewaycenterapi

ActiveLibrary[API Development](/categories/api)

smsgatewaycenterphpsdk/smsgatewaycenterapi
==========================================

SMS Gateway Center PHP SDK for SMS API

v1.1(6y ago)3244MITPHPPHP &gt;=5.3.0

Since Jun 27Pushed 6y ago2 watchersCompare

[ Source](https://github.com/smsgatewaycenter/Send-Bulk-SMS-PHP-SDK)[ Packagist](https://packagist.org/packages/smsgatewaycenterphpsdk/smsgatewaycenterapi)[ Docs](https://github.com/smsgatewaycenter/Send-Bulk-SMS-PHP-SDK)[ RSS](/packages/smsgatewaycenterphpsdk-smsgatewaycenterapi/feed)WikiDiscussions master Synced 2mo ago

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

SMS Gateway Center Bulk SMS API Integration
===========================================

[](#sms-gateway-center-bulk-sms-api-integration)

A Robust API implies to an upgraded functionality of the customer application. At SMSGatewayCenter, we mean to convey Robust API utilizing different approach in which an API should be dealt with independently (just like a whole product itself) to be incorporated to give and expend data from unknown clients.

SMS Gateway Center PHP SDK
==========================

[](#sms-gateway-center-php-sdk)

Integrage SMS Gateway Center APIs from your application by installing our PHP SDK.

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

[](#installation)

To install the SDK, you will need to be using Composer in your project. If you aren't using Composer yet, it's really simple! Here's how to install composer:

```
curl -sS https://getcomposer.org/installer | php
```

The SMS Gateway Center API client uses Guzzle to send HTTP messages.

If you just want to get started quickly, you should run the following command:

```
composer require smsgatewaycenterphpsdk/smsgatewaycenterapi
```

Usage
=====

[](#usage)

Please ensure to use Composer's autoloader in your application to include dependencies automatically. Below examples are assumed that you have included in your file or just follow test documentation.

```
require_once '../../../../autoload.php';
use SMSGatewayCenterPhpSdk\object\sgc_sms;
$Auth = new \SMSGatewayCenterPhpSdk\object\sgc_auth();
$Auth->setUsername("test");
$Auth->setPassword("*****");

$Sms = new sgc_sms();
$Sms->setOutput("json");
//INITIATE HANDLE
$request = new \SMSGatewayCenterPhpSdk\api\sms\sgc_sms_send($Auth, $Sms);
```

To send out your first SMS Message using SMS Gateway Center SDK:

```
//SEND BATCH
$Sms->setSenderId("SMSGAT");
$Sms->setText("Hello  World");
$Sms->setPhone("919999999999");
$Sms->setMsgType("text");
$Sms->setDuplicateCheck("true");
echo $request->batch();
```

Please ensure to change sender name, text, phone as per your requirement.

Help or Comments?
=================

[](#help-or-comments)

- If something's not working: Ask the [SMSGatewayCenter Support](https://www.smsgateway.center/contact-us/ "SMSGatewayCenter Support")

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity55

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

Every ~0 days

Total

2

Last Release

2509d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7fa739833de3bbf7d7cda76142109899c0a7c6d9d21d133d877699151903c542?d=identicon)[smsgatewaycenter](/maintainers/smsgatewaycenter)

---

Top Contributors

[![smsgatewaycenter](https://avatars.githubusercontent.com/u/20990361?v=4)](https://github.com/smsgatewaycenter "smsgatewaycenter (8 commits)")

---

Tags

apibulksmshtttp-smssmppsmpp-clientsmpp-serversmpp-smscsmssms-apisms-gatewaysms-gateway-centersms-sdktelecommunicationsbulk sms apisms gateway center php sdksms gateway center api integration

### Embed Badge

![Health badge](/badges/smsgatewaycenterphpsdk-smsgatewaycenterapi/health.svg)

```
[![Health](https://phpackages.com/badges/smsgatewaycenterphpsdk-smsgatewaycenterapi/health.svg)](https://phpackages.com/packages/smsgatewaycenterphpsdk-smsgatewaycenterapi)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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