PHPackages                             abhishek-laravel/caches - 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. abhishek-laravel/caches

ActiveLibrary

abhishek-laravel/caches
=======================

caches store

021↓100%PHP

Since Sep 14Pushed 4y ago1 watchersCompare

[ Source](https://github.com/abhishek-openeyes/laravel-cache)[ Packagist](https://packagist.org/packages/abhishek-laravel/caches)[ RSS](/packages/abhishek-laravel-caches/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![Issues](https://camo.githubusercontent.com/26b757db92324624fdaf569684fc7d7f9c3bce1d75d624e3d73fd001b43ebbbd/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f616268697368656b2d6f70656e657965732f6361636865733f7374796c653d666c61742d737175617265)](https://github.com/guzzle/)[![License](https://camo.githubusercontent.com/2b296cbe36078cbb4b64bdd3c4a3326486519ea9b92ad727e246c2e796bd75e3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f616268697368656b2d6f70656e657965732f6361636865733f7374796c653d666c61742d737175617265)](https://packagist.org/packages/)

1&gt; create constant file in config folder -&gt; now add &lt;?php

```
return [
     'CACHE' => [
        'cache_name' => ["tbl_name"=>"tbl_name","file_name"=>"cache_file_name"],
     ]
]

```

2&gt; Use in controller use theopeneyes\\caches\\CachePackage;

```
  -> For Set Cache
  CachePackage::set('Constant_name',500);

  -> For get Cache
  CachePackage::get('Constant_name');

  -> Search With key & value
  CachePackage::getWithSearch('Constant_name','key_name','value_name');

  ->Delete Cache
  CachePackage::delete('Constant_name');

  ->Delete All Cache
  CachePackage::deleteAll();

```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 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/2919e62d627293105e0aa7856dd25b81613601bb6cd790be01a254829af4333c?d=identicon)[abhishek-openeyes](/maintainers/abhishek-openeyes)

---

Top Contributors

[![abhishek-openeyes](https://avatars.githubusercontent.com/u/66241420?v=4)](https://github.com/abhishek-openeyes "abhishek-openeyes (1 commits)")

### Embed Badge

![Health badge](/badges/abhishek-laravel-caches/health.svg)

```
[![Health](https://phpackages.com/badges/abhishek-laravel-caches/health.svg)](https://phpackages.com/packages/abhishek-laravel-caches)
```

PHPackages © 2026

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