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

ActiveLibrary

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

Services about Telecom

v1.0.03(3y ago)054MITPHP

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 5d 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 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

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

1389d 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

[tzsk/sms

A robust and unified SMS gateway integration package for Laravel, supporting multiple providers.

320244.3k6](/packages/tzsk-sms)[tpetry/laravel-mysql-explain

Get Visual MySQL EXPLAIN for Laravel.

264154.2k](/packages/tpetry-laravel-mysql-explain)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[muhammadhuzaifa/telescope-guzzle-watcher

Telescope Guzzle Watcher provide a custom watcher for intercepting http requests made via guzzlehttp/guzzle php library. The package uses the on\_stats request option for extracting the request/response data. The watcher intercept and log the request into the Laravel Telescope HTTP Client Watcher.

98239.8k1](/packages/muhammadhuzaifa-telescope-guzzle-watcher)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[truckersmp/steam-socialite

Laravel Socialite provider for Steam OpenID.

1516.7k](/packages/truckersmp-steam-socialite)

PHPackages © 2026

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