PHPackages                             codecamplao/telbiz - 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. codecamplao/telbiz

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

codecamplao/telbiz
==================

Services about Telecom

v1.0.03(3y ago)060MITPHP

Since May 29Pushed 3y ago2 watchersCompare

[ Source](https://github.com/Codecamplao/Telbiz.SDK.PHP)[ Packagist](https://packagist.org/packages/codecamplao/telbiz)[ RSS](/packages/codecamplao-telbiz/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

Telbiz.SDK.PHP
==============

[](#telbizsdkphp)

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

[](#installation)

Begin by installing this package through Composer. Just run following command to terminal-

```
composer require codecamplao/telbiz
```

You can also edit your project's `composer.json` file to require `codecamplao/telbiz`.

```
"require": {
    "codecamplao/telbiz": "^1.0"
}
```

Next, update Composer from the Terminal:

```
composer update
```

Once this operation completes, the final step is to add the service provider. Open `config/app.php`, and add a new item to the providers array.

```
'providers' => [
    // ...
    CodeCampLAO\TelBiz\TelBizServiceProvider::class,
]
```

Next, Add more config on environment file. Open `.env`, and add a new three config like below.

```
TELBIZ_BASE_URI=""
TELBIZ_CLIENT_ID=""
TELBIZ_CLIENT_SECRET=""
```

Example to use
--------------

[](#example-to-use)

```
protected $telbiz_sms;
public function __construct()
{
    $this->telbiz_sms = new TelBizSMS();
}

public function index(): Response
{
    return $this->telbiz_sms->sendSmsService(TitleEnum::Default, '20xxxxxxxx', 'Hello Telbiz');
}
```

Example response:

```
{
    "response": {
        "code": "SUCCESS_OPERATION",
        "message": "Success",
        "success": true,
        "detail": "Success"
    },
    "key": {
        "partitionKey": "16512253832870000",
        "rangeKey": "16538405678928228"
    }
}
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 71.4% 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 ~57 days

Total

2

Last Release

1438d ago

### Community

Maintainers

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

---

Top Contributors

[![Khamphai](https://avatars.githubusercontent.com/u/10832023?v=4)](https://github.com/Khamphai "Khamphai (5 commits)")[![Codecamplao](https://avatars.githubusercontent.com/u/58217907?v=4)](https://github.com/Codecamplao "Codecamplao (2 commits)")

---

Tags

laravelTelbiz

### Embed Badge

![Health badge](/badges/codecamplao-telbiz/health.svg)

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

###  Alternatives

[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

23.9k69.5k](/packages/grumpydictator-firefly-iii)[nativephp/mobile

NativePHP for Mobile

1.1k75.1k90](/packages/nativephp-mobile)[firefly-iii/data-importer

Firefly III Data Import Tool.

8015.8k](/packages/firefly-iii-data-importer)[venturedrake/laravel-crm

A free open source CRM built as a package for laravel projects

43311.1k](/packages/venturedrake-laravel-crm)[oat-sa/tao-core

TAO core extension

66143.7k121](/packages/oat-sa-tao-core)[nickurt/laravel-akismet

Akismet for Laravel 11.x/12.x/13.x

98148.0k3](/packages/nickurt-laravel-akismet)

PHPackages © 2026

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