PHPackages                             hail/safe-storage - 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. [Framework](/categories/framework)
4. /
5. hail/safe-storage

ActiveLibrary[Framework](/categories/framework)

hail/safe-storage
=================

Store data safely in memory at runtime

v1.0.2(7y ago)0231MITPHPPHP &gt;=7.1.3

Since Apr 29Pushed 6y ago1 watchersCompare

[ Source](https://github.com/hail-framework/safe-storage)[ Packagist](https://packagist.org/packages/hail/safe-storage)[ Docs](http://framework.flyinghail.com/)[ RSS](/packages/hail-safe-storage/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)DependenciesVersions (3)Used By (1)

Safe Storage
============

[](#safe-storage)

Store data safely in memory at runtime

Example
=======

[](#example)

```
use Hail\SafeStorage\SafeStorageTrait;

class Example
{
    use SafeStorageTrait;

    public function __construct(string $password)
    {
        $this->setPassword($password);
    }

    public function usePassword()
    {
        $password = $this->getPassword();
    }
}
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity55

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

Every ~5 days

Total

2

Last Release

2567d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/157430?v=4)[FENG Hao](/maintainers/flyinghail)[@flyinghail](https://github.com/flyinghail)

---

Top Contributors

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

---

Tags

frameworkHailSafeStorage

### Embed Badge

![Health badge](/badges/hail-safe-storage/health.svg)

```
[![Health](https://phpackages.com/badges/hail-safe-storage/health.svg)](https://phpackages.com/packages/hail-safe-storage)
```

###  Alternatives

[pestphp/pest-plugin-stressless

Stressless plugin for Pest

67792.6k16](/packages/pestphp-pest-plugin-stressless)

PHPackages © 2026

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