PHPackages                             lastguest/mess - 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. lastguest/mess

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

lastguest/mess
==============

Signed Message Encoder/Decoder Class

010

Since Aug 27Pushed 12y ago1 watchersCompare

[ Source](https://github.com/lastguest/Mess)[ Packagist](https://packagist.org/packages/lastguest/mess)[ RSS](/packages/lastguest-mess/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Mess
====

[](#mess)

Mess is a signed message encoder/decoder class useful for secure data passing to HTML forms or AJAX API calls.

[![Scrutinizer Quality Score](https://camo.githubusercontent.com/875a4a86ebacd1fa4ed2c8d4450ee3d880a98b0b93564a41a32360ea41945928/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f4361666665696e614c61622f4d6573732f6261646765732f7175616c6974792d73636f72652e706e673f733d62623133663331376462313535336230383562336663346233623635353231666438313730613636)](https://scrutinizer-ci.com/g/CaffeinaLab/Mess/)

```
// Start Mess by passing a user secret code for securing origin of payloads
Mess::init(array(
  'secret' => 'this_is_my_secret',
));

// Test data
$data_to_send = "Some data.";

// Encode data into an URL-secure payload
// You can pass this to a get/post request or into a form input tag
$payload = Mess::pack($data_to_send);
```

**$payload** :

```
eNodyMkNgzAQBdBWoikg8iyyPUMZqeB74RblXDA3RO9ATk96CIljCw4atNymoM_vO18DO97_CdoeswVZ8wLLuhpcJ6ueBL1PkVZNWvE1oxiLc5csWg0KFa_DCpiVByYt5wWdkR2c

```

```
// If we want to retrieve data from a received payload :
$data_received = Mess::parse($payload);
```

**$data\_received** :

```
Some data.

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

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/b00a7323d0ef535e352696bc141305b3928fce777a0f477109d2274ad17cdb9f?d=identicon)[lastguest](/maintainers/lastguest)

---

Top Contributors

[![lastguest](https://avatars.githubusercontent.com/u/178900?v=4)](https://github.com/lastguest "lastguest (7 commits)")

### Embed Badge

![Health badge](/badges/lastguest-mess/health.svg)

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

###  Alternatives

[psmb/createnodebutton

Create the nodes in Neos even without the tree...

151.2k](/packages/psmb-createnodebutton)

PHPackages © 2026

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