PHPackages                             gosms-ge/sms-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. [API Development](/categories/api)
4. /
5. gosms-ge/sms-sdk

ActiveLibrary[API Development](/categories/api)

gosms-ge/sms-sdk
================

Official PHP SDK for GoSMS.ge SMS Gateway API

v1.0.0(4mo ago)00MITPHPPHP &gt;=7.4CI passing

Since Feb 22Pushed 4mo agoCompare

[ Source](https://github.com/gosms-ge/sms-sdk)[ Packagist](https://packagist.org/packages/gosms-ge/sms-sdk)[ Docs](https://gosms.ge)[ RSS](/packages/gosms-ge-sms-sdk/feed)WikiDiscussions main Synced today

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

GoSMS.ge PHP SDK
================

[](#gosmsge-php-sdk)

[![Tests](https://github.com/gosms-ge/sms-sdk/actions/workflows/tests.yml/badge.svg)](https://github.com/gosms-ge/sms-sdk/actions/workflows/tests.yml)[![Latest Stable Version](https://camo.githubusercontent.com/377b89f6fd81e6b6d7c496c7e9da2cf584c29c1aeffe6710a0c50880a0d318d0/68747470733a2f2f706f7365722e707567782e6f72672f676f736d732d67652f736d732d73646b2f762f737461626c65)](https://packagist.org/packages/gosms-ge/sms-sdk)[![License](https://camo.githubusercontent.com/7ec3578415431d034612d0428264a68e29e964c1833e332fe70f12c5b83898c8/68747470733a2f2f706f7365722e707567782e6f72672f676f736d732d67652f736d732d73646b2f6c6963656e7365)](https://packagist.org/packages/gosms-ge/sms-sdk)

Official PHP SDK for the [GoSMS.ge](https://gosms.ge) SMS Gateway API.

Requirements
------------

[](#requirements)

- PHP 7.4 or higher
- A PSR-18 HTTP client (e.g., Guzzle, Symfony HttpClient)
- A PSR-17 HTTP factory (e.g., nyholm/psr7, guzzlehttp/psr7)

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

[](#installation)

```
composer require gosms-ge/sms-sdk
```

You also need a PSR-18 HTTP client. If you don't have one:

```
composer require guzzlehttp/guzzle
```

Or with Symfony:

```
composer require symfony/http-client nyholm/psr7
```

Quick Start
-----------

[](#quick-start)

```
