PHPackages                             cybersai/ussd-store - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. cybersai/ussd-store

ActiveLibrary[File &amp; Storage](/categories/file-storage)

cybersai/ussd-store
===================

A simple key-value store to save data in an array and serialized them so they can be stored in the database as text

v0.1.0(6y ago)05MITPHPCI failing

Since Apr 4Pushed 6y ago1 watchersCompare

[ Source](https://github.com/CyberSai/ussd-store)[ Packagist](https://packagist.org/packages/cybersai/ussd-store)[ RSS](/packages/cybersai-ussd-store/feed)WikiDiscussions master Synced 3w ago

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

UssdStore
=========

[](#ussdstore)

[![Packagist Version](https://camo.githubusercontent.com/cb637a4014daa65b14a4fced3fb178515325fd1424408bdfbce52eb4fbe67677/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f63796265727361692f757373642d73746f72653f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/cybersai/ussd-store)[![Travis (.com)](https://camo.githubusercontent.com/5dad7ddb0609e7f305595209d1fb999182bc0ac00d031c21dd0644924fb87f98/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f63796265727361692f757373642d73746f72653f7374796c653d666f722d7468652d6261646765)](https://travis-ci.com/cybersai/ussd-store)[![GitHub repo size](https://camo.githubusercontent.com/40c2be4b86cb240060c996b05ddba4a27d1db3fbbf826b23d89399fb6232ce31/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f7265706f2d73697a652f63796265727361692f757373642d73746f72653f7374796c653d666f722d7468652d6261646765)](https://github.com/CyberSai/ussd-store)[![GitHub](https://camo.githubusercontent.com/07420ff1378f178990fed0fd08a985315760bbad41bb1d006cc53b1d92830df2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f63796265727361692f757373642d73746f72653f7374796c653d666f722d7468652d6261646765)](https://camo.githubusercontent.com/07420ff1378f178990fed0fd08a985315760bbad41bb1d006cc53b1d92830df2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f63796265727361692f757373642d73746f72653f7374796c653d666f722d7468652d6261646765)

A simple key-value store to save data in an array and serialized them so they can be stored in the database as text.

No Real Documentaion for now, but for now you can [read the tests](https://github.com/cybersai/ussd-store/blob/master/tests/UssdStoreTest.php).

```
include 'vendor/autoload.php';

use Cybersai\UssdStore\UssdStore;

$store = UssdStore(['name' => 'Ussd App']); // Can initialized it with options data
$store(['phone' => '0545123456']); // Can set data by invoking with array
$store->account_number = '03011231231321'; // can set data using dynamic properties
$store->set('user_type', 'registered'); // can set data explicitlly

echo $store->get('name'); // can retrieve data with one of the few available methods
print_r($store->toArray()); // get all data as array key-value pair
```

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

[](#installation)

`composer require cybersai/ussd-store`

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2281d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/26746368?v=4)[Isaac Sai](/maintainers/CyberSai)[@cybersai](https://github.com/cybersai)

---

Top Contributors

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

---

Tags

storageussd

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/cybersai-ussd-store/health.svg)

```
[![Health](https://phpackages.com/badges/cybersai-ussd-store/health.svg)](https://phpackages.com/packages/cybersai-ussd-store)
```

PHPackages © 2026

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