PHPackages                             thilanga/telstra-sms - 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. thilanga/telstra-sms

Abandoned → [thilanga/telstra-sms](/?search=thilanga%2Ftelstra-sms)Library[API Development](/categories/api)

thilanga/telstra-sms
====================

Symfony2 bundle for Telstra SMS API

0.2.1(10y ago)0401MITPHP

Since Jul 22Pushed 10y agoCompare

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

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

SMSBundle
=========

[](#smsbundle)

Symfony2 Bundle - Send SMS using Telstra API. This is an implimentation of scaytrase/symfony-sms-interface. Make sure you have Telestra API keys. [Register here](https://dev.telstra.com/) to get your API keys.

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

[](#installation)

Installation is available via Composer

### composer.json

[](#composerjson)

```
require: "thilanga/telstra-sms": "dev-master"

```

### app/AppKernel.php

[](#appappkernelphp)

update your kernel bundle requirements as follows:

```
$bundles = array(
    ....
     //SMS
     new ScayTrase\SmsDeliveryBundle\SmsDeliveryBundle(),
     new Thilanga\Telstra\SMSBundle\ThilangaTelstraSMSBundle(),

    ....
    );

```

Configuration
-------------

[](#configuration)

```
sms_delivery:
    transport: sms_delivery.transport.telstra
    disable_delivery: false
    delivery_recipient: null

thilanga_telstra_sms:
    enabled: true
    sms_api_key: xxxxxxxxxxxxxxxxxxx
    sms_api_secret: yyyyyyyyyyyyyyyy

```

Usage
-----

[](#usage)

### Example

[](#example)

```
    use Thilanga\Telstra\SMSBundle\Message\TelstraSmsMessage;

    /**
     * @Route("/testsms", name="testsms")
     */
    public function sendSmsAction()
    {
        $message = new TelstraSmsMessage('0400001111', 'This is a test message.');

        $sender = $this->get('sms_delivery.sender');

        $result = $sender->send($message);

        if (isset($result->messageId)) {
            return new Response('Delivery :successful');
        } else {
            return new Response('Delivery :failed');
        }
    }

```

Credits
-------

[](#credits)

[scaytrase](https://github.com/scaytrase/symfony-sms-interface) and [kubacode](https://github.com/kubacode/telstraSMS)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

3953d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a4d72c129a4ca4d26e4ef61af68fbb4cad27cd27ede92aa83240049c99b5a927?d=identicon)[thilanga](/maintainers/thilanga)

---

Top Contributors

[![thilanga](https://avatars.githubusercontent.com/u/1523586?v=4)](https://github.com/thilanga "thilanga (24 commits)")

### Embed Badge

![Health badge](/badges/thilanga-telstra-sms/health.svg)

```
[![Health](https://phpackages.com/badges/thilanga-telstra-sms/health.svg)](https://phpackages.com/packages/thilanga-telstra-sms)
```

###  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)
