PHPackages                             katsana/silverstreet - 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. katsana/silverstreet

ActiveLibrary[API Development](/categories/api)

katsana/silverstreet
====================

Silverstreet API Client for PHP

v3.2.1(4y ago)716.8k↓50%3BSD-3-ClausePHPPHP ^7.2 || ^8.0

Since Sep 9Pushed 1y ago4 watchersCompare

[ Source](https://github.com/katsana/silverstreet)[ Packagist](https://packagist.org/packages/katsana/silverstreet)[ RSS](/packages/katsana-silverstreet/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (8)Versions (18)Used By (0)

Silverstreet API Client for PHP
===============================

[](#silverstreet-api-client-for-php)

[![tests](https://github.com/katsana/silverstreet/workflows/tests/badge.svg?branch=master)](https://github.com/katsana/silverstreet/actions?query=branch%3Amaster+workflow%3Atests)[![Latest Stable Version](https://camo.githubusercontent.com/777d9cfeab7bb4866b02d913b132bdd8755dee928c770a0139cd621ae0934ced/68747470733a2f2f706f7365722e707567782e6f72672f6b617473616e612f73696c7665727374726565742f762f737461626c65)](https://packagist.org/packages/katsana/silverstreet)[![Total Downloads](https://camo.githubusercontent.com/6adbd8ffcaee240801daa48014471d8256e8bde04f8bc8260de6019f51ea04a5/68747470733a2f2f706f7365722e707567782e6f72672f6b617473616e612f73696c7665727374726565742f646f776e6c6f616473)](https://packagist.org/packages/katsana/silverstreet)[![Latest Unstable Version](https://camo.githubusercontent.com/9ba634cf8dde18966cf33bc93a952a33336325239afbfcf5fc7ca71843aca228/68747470733a2f2f706f7365722e707567782e6f72672f6b617473616e612f73696c7665727374726565742f762f756e737461626c65)](https://packagist.org/packages/katsana/silverstreet)[![License](https://camo.githubusercontent.com/d028ce711445ddc756df5ffcabd2bd0167387310d916f1ef2e9de6b42fbfcd25/68747470733a2f2f706f7365722e707567782e6f72672f6b617473616e612f73696c7665727374726565742f6c6963656e7365)](https://packagist.org/packages/katsana/silverstreet)

- [Installation](#installation)
- [Usages](#usages)
    - [Creating Silverstreet Client](#creating-silverstreet-client)
    - [Sending SMS](#sending-sms)
    - [Checking Credit Balance](#checking-credit-balance)

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

[](#installation)

To install through composer, simply put the following in your `composer.json` file:

```
{
    "require": {
        "katsana/silverstreet": "^3.0",
        "php-http/guzzle6-adapter": "^2.0"
    }
}
```

### HTTP Adapter

[](#http-adapter)

Instead of utilizing `php-http/guzzle6-adapter` you might want to use any other adapter that implements `php-http/client-implementation`. Check [Clients &amp; Adapters](http://docs.php-http.org/en/latest/clients.html) for PHP-HTTP.

Usages
------

[](#usages)

### Creating Silverstreet Client

[](#creating-silverstreet-client)

You can start by creating a client by using the following code (which uses `php-http/guzzle6-adapter`):

```
