PHPackages                             bulk360/client - 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. bulk360/client

ActiveLibrary[API Development](/categories/api)

bulk360/client
==============

PHP Client for using bulk360's API

3.0.1(4y ago)04.1k1[1 PRs](https://github.com/bulk360/client/pulls)MITPHP

Since Oct 9Pushed 1y ago1 watchersCompare

[ Source](https://github.com/bulk360/client)[ Packagist](https://packagist.org/packages/bulk360/client)[ Docs](https://sms.360.my)[ RSS](/packages/bulk360-client/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (10)Dependencies (1)Versions (15)Used By (0)

Bulk360 SMS Client
==================

[](#bulk360-sms-client)

PHP Client for send SMS using bulk360's API

The latest version V2.x implements OAuth2.0 Client Credentials.

In previous version, user credentials from our portal is required for each API triggered, this posts security threat by exposing account details in URL. And it shares the same credentials from API access and Web Portal access, this way, if user trigger forget password and updated their password, API will fail immediately.

Installation
composer require bulk360/client

To send sms\\

> use bulk360\\client; require\_once "./vendor/autoload.php";
>
> // Please whitelist your IP and enable API in sms.360.my before you call this
>
> $smsClient = new client('YOUR\_APP\_KEY', 'YOUR\_APP\_SECRET'); $response = $smsClient-&gt;send(\[ 'from' =&gt; '68068', 'to' =&gt; '60123240066', 'text' =&gt; 'Hi from Package 2.0' \]);

To check account balance\\

> use bulk360\\client; require\_once "./vendor/autoload.php";
>
> // Please whitelist your IP and enable API in sms.360.my before you call this
>
> $smsClient = new client('YOUR\_APP\_KEY', 'YOUR\_APP\_SECRET'); $response = $smsClient-&gt;balance(\[ 'country' =&gt; '65' \]);

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance30

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity66

Established project with proven stability

 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

Every ~62 days

Recently: every ~50 days

Total

13

Last Release

1700d ago

Major Versions

0.1 → 1.32019-10-10

0.4 → 1.3.12019-10-10

1.3.1 → 2.02021-04-09

2.0.4 → 3.0.02021-10-28

### Community

Maintainers

![](https://www.gravatar.com/avatar/73d118e7a7dc007610440b42ce94b40153963d31b0dfa753ddc90713e61ed273?d=identicon)[panadol007](/maintainers/panadol007)

---

Top Contributors

[![panadol007](https://avatars.githubusercontent.com/u/8944556?v=4)](https://github.com/panadol007 "panadol007 (21 commits)")

### Embed Badge

![Health badge](/badges/bulk360-client/health.svg)

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

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.5M916](/packages/statamic-cms)[team-reflex/discord-php

An unofficial API to interact with the voice and text service Discord.

1.1k406.5k25](/packages/team-reflex-discord-php)[temporal/sdk

Temporal SDK

4102.7M22](/packages/temporal-sdk)[smodav/mpesa

M-Pesa API implementation

16167.1k1](/packages/smodav-mpesa)[icawebdesign/hibp-php

PHP library for accessing the Have I Been Pwned API.

2548.8k2](/packages/icawebdesign-hibp-php)[codebar-ag/laravel-docuware

DocuWare integration with Laravel

1122.7k](/packages/codebar-ag-laravel-docuware)

PHPackages © 2026

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