PHPackages                             zalopage/zalo-sdk-php - 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. zalopage/zalo-sdk-php

ActiveLibrary[API Development](/categories/api)

zalopage/zalo-sdk-php
=====================

Zalo Page PHP SDK.

7622[2 issues](https://github.com/zalopage/Zalo-Sdk-Php/issues)PHP

Since Feb 17Pushed 10y ago1 watchersCompare

[ Source](https://github.com/zalopage/Zalo-Sdk-Php)[ Packagist](https://packagist.org/packages/zalopage/zalo-sdk-php)[ RSS](/packages/zalopage-zalo-sdk-php/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Zalo-Sdk-Php
============

[](#zalo-sdk-php)

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

[](#installation)

#### Using Composer

[](#using-composer)

```
  php composer.phar require zalopage/zalo-sdk-php
```

Example
-------

[](#example)

```
  try {
    $factory = new ZaloServiceFactory($pageId, $secretKey);

    $messageService = $factory->getZaloMessageService();

    $zaloPageResult = $messageService->sendTextMessageByPhoneNum($phone, $message, $sms, $isNotify);

    if ($zaloPageResult >= 0) {
      echo "Success";
    }

  } catch (ZaloSdkException $ex) {
    $error['code'] = $ex->getZaloSdkExceptionErrorCode();
    $error['message'] = $ex->getZaloSdkExceptionMessage();
  } catch (\Exception $ex) {
    $error['code'] = 500;
    $error['message'] = $ex->getMessage();
  }

```

Credits:

-
-

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance14

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/4636bdcaa20fe8d4863fed9e077accfc51cd58edc8ce0dea0700eed917c649ab?d=identicon)[hoangthienan](/maintainers/hoangthienan)

---

Top Contributors

[![hoangthienan](https://avatars.githubusercontent.com/u/92070?v=4)](https://github.com/hoangthienan "hoangthienan (8 commits)")

---

Tags

zalozalo-page

### Embed Badge

![Health badge](/badges/zalopage-zalo-sdk-php/health.svg)

```
[![Health](https://phpackages.com/badges/zalopage-zalo-sdk-php/health.svg)](https://phpackages.com/packages/zalopage-zalo-sdk-php)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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