PHPackages                             zingle-com/stash-package - 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. [Caching](/categories/caching)
4. /
5. zingle-com/stash-package

ActiveLaravel-package[Caching](/categories/caching)

zingle-com/stash-package
========================

Stash package for Laravel

0.1.0(6y ago)01.7kMITPHPPHP &gt;=7.1

Since Dec 5Pushed 6y ago3 watchersCompare

[ Source](https://github.com/Zingle/StashPackage)[ Packagist](https://packagist.org/packages/zingle-com/stash-package)[ RSS](/packages/zingle-com-stash-package/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (4)Versions (3)Used By (0)

Stash Package
=============

[](#stash-package)

Provides basic stash bindings and helpers into Laravel.

Installation
============

[](#installation)

Install the base package with composer.

```
$ composer require zingle-com/stash-package
```

Add service provider to your providers after the Illuminate providers, but before your project service providers.

```
// config.php
// ...
	'providers' => [
		// ...
		Illuminate\Validation\ValidationServiceProvider::class,
        Illuminate\Session\SessionServiceProvider::class,
        Illuminate\Notifications\NotificationServiceProvider::class,

        /**
         * Vendors
         */
    	// ...
    	ZingleCom\Stash\StashServiceProvider::class,

    	// ...
    	/**
    	 * Project providers
    	 */
	],
```

Finally install the vendor assets:

```
$ php artisan vendor:publish --provider="ZingleCom\Stash\StashServiceProvider"
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

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

2353d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c07c0c54fce53a4e3d0f13300de39fcce4925cbe91cb4d6b294690a97e83b7c1?d=identicon)[zquintana](/maintainers/zquintana)

---

Top Contributors

[![zquintana](https://avatars.githubusercontent.com/u/130444?v=4)](https://github.com/zquintana "zquintana (8 commits)")[![richRemer](https://avatars.githubusercontent.com/u/1762585?v=4)](https://github.com/richRemer "richRemer (3 commits)")[![njovin](https://avatars.githubusercontent.com/u/1540436?v=4)](https://github.com/njovin "njovin (2 commits)")

### Embed Badge

![Health badge](/badges/zingle-com-stash-package/health.svg)

```
[![Health](https://phpackages.com/badges/zingle-com-stash-package/health.svg)](https://phpackages.com/packages/zingle-com-stash-package)
```

###  Alternatives

[rhubarbgroup/redis-cache

A persistent object cache backend for WordPress powered by Redis. Supports Predis, PhpRedis, Relay, replication, sentinels, clustering and WP-CLI.

51795.3k1](/packages/rhubarbgroup-redis-cache)[monospice/laravel-redis-sentinel-drivers

Redis Sentinel integration for Laravel and Lumen.

103830.5k](/packages/monospice-laravel-redis-sentinel-drivers)[jamescauwelier/psredis

Sentinel client for the popular php redis client

77392.9k5](/packages/jamescauwelier-psredis)[cache/predis-adapter

A PSR-6 cache implementation using Redis (Predis). This implementation supports tags

272.6M13](/packages/cache-predis-adapter)[symfony-bundles/redis-bundle

Symfony Redis Bundle

271.1M5](/packages/symfony-bundles-redis-bundle)[pdffiller/qless-php

PHP Bindings for qless

29113.2k1](/packages/pdffiller-qless-php)

PHPackages © 2026

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