PHPackages                             geeksdevelop/cacheconfig - 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. geeksdevelop/cacheconfig

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

geeksdevelop/cacheconfig
========================

Prepare app configs

1.0(8y ago)016MITPHP

Since Jul 18Pushed 8y ago1 watchersCompare

[ Source](https://github.com/geeksdevelop/cacheconfig)[ Packagist](https://packagist.org/packages/geeksdevelop/cacheconfig)[ RSS](/packages/geeksdevelop-cacheconfig/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (2)Used By (0)

CacheConfig
===========

[](#cacheconfig)

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

[](#installation)

```
  composer require geeksdevelop/cacheconfig
```

### Service Provider

[](#service-provider)

Add the package to your application service providers in `config/app.php` file.

```
'providers' => [
    /*
     * Package Service Providers...
     */
    Geeksdevelop\Cacheconfig\CacheConfigServiceProvider::class,
],
```

### Publish

[](#publish)

Publish the migration to your application. Run these commands inside your terminal.

```
  php artisan vendor:publish --provider="Geeksdevelop\Cacheconfig\CacheConfigServiceProvider"
```

### Set up package

[](#set-up-package)

You can configure the package to use a custom TABLE where the configuration data, the KEY of the cache and the FILTERS will be stored for the query of the data.

```
    /*
    |--------------------------------------------------------------------------
    | Name of the configuration table
    |--------------------------------------------------------------------------
    */
    'table' => 'settings',

    /*
    |--------------------------------------------------------------------------
    | Cache key name
    |--------------------------------------------------------------------------
    */
    'key' => 'env',

    /*
    |--------------------------------------------------------------------------
    | Filters search
    |--------------------------------------------------------------------------
    */
    'filters' => [
      // ['id', '=', 1]
    ],
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

3270d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8dfecd30561ed11b1659b5c52062ad45a0c6610d5dec84e0eb9e9aca9a78f1aa?d=identicon)[wmaster732](/maintainers/wmaster732)

---

Top Contributors

[![wdevmaster](https://avatars.githubusercontent.com/u/15804358?v=4)](https://github.com/wdevmaster "wdevmaster (2 commits)")

### Embed Badge

![Health badge](/badges/geeksdevelop-cacheconfig/health.svg)

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

###  Alternatives

[ite/form-bundle

Improve Symfony 2 forms by adding new features and integration with popular JavaScript libraries and jQuery plugins.

1420.1k](/packages/ite-form-bundle)

PHPackages © 2026

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