PHPackages                             sitejabber/php-utils - 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. sitejabber/php-utils

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

sitejabber/php-utils
====================

Sitejabber PHP Library

v1.0.0(6y ago)012.0k↓33.3%[1 issues](https://github.com/sitejabber/php-utils/issues)MITPHPPHP &gt;=5.3.0CI failing

Since Apr 3Pushed 1y ago3 watchersCompare

[ Source](https://github.com/sitejabber/php-utils)[ Packagist](https://packagist.org/packages/sitejabber/php-utils)[ RSS](/packages/sitejabber-php-utils/feed)WikiDiscussions master Synced 1mo ago

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

PHP Utils
=========

[](#php-utils)

Library for user's payload encryption used with Sitejabber.

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

[](#installation)

Installation is easy using Composer. Just run the following on the command line:

```
composer require sitejabber/php-utils

```

#### Without composer

[](#without-composer)

You can also clone the repository or extract the [ZIP](https://github.com/sitejabber/php-utils/archive/master.zip). Then have to add a `require 'php-utils-master/src/Utils.php';` line.

Usage
-----

[](#usage)

- Get your credentials on
- JSON encode your user data
- Call the encrypt method
- URL-encode the result
- Redirect the user to the feedback link

```
use Sitejabber\Utils;

$userData = [
	'email'		=> 'janedoe@gmail.com',
	'order_date'	=> '06-13-2013',
	'order_id'	=> '1234',
	'first_name'	=> 'Jane',
	'last_name'	=> 'Doe'
];
$json = json_encode($userData);
$sitejabber = new Utils;
$encryptedData = $sitejabber->encrypt($json, $CLIENT_ENCRYPTION KEY);
$feedbackLink = "https://www.sitejabber.com/biz-review?key=CLIENT_ID&payload=" . urlencode($encryptedData);

```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.3% 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

2236d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/63016572?v=4)[sitejabber](/maintainers/sitejabber)[@sitejabber](https://github.com/sitejabber)

---

Top Contributors

[![nachitox](https://avatars.githubusercontent.com/u/1167303?v=4)](https://github.com/nachitox "nachitox (5 commits)")[![nicolaspantano](https://avatars.githubusercontent.com/u/47321352?v=4)](https://github.com/nicolaspantano "nicolaspantano (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sitejabber-php-utils/health.svg)

```
[![Health](https://phpackages.com/badges/sitejabber-php-utils/health.svg)](https://phpackages.com/packages/sitejabber-php-utils)
```

###  Alternatives

[sheadawson/silverstripe-responsive-wysiwyg-images

Extends silverstripe-responsive-images to allow responsive images in WYSIWYG editor.

111.6k](/packages/sheadawson-silverstripe-responsive-wysiwyg-images)

PHPackages © 2026

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