PHPackages                             wmather/wincache - 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. wmather/wincache

ActiveLibrary[Framework](/categories/framework)

wmather/wincache
================

Package to return the Wincache Cache Driver to Laravel 5.2+

1.0.2(6y ago)31.4k1MITPHPPHP &gt;=5.5.9

Since Jan 10Pushed 6y ago2 watchersCompare

[ Source](https://github.com/wmather/wincache)[ Packagist](https://packagist.org/packages/wmather/wincache)[ RSS](/packages/wmather-wincache/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

Laravel Wincache Driver
=======================

[](#laravel-wincache-driver)

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

[](#installation)

This repository is to replace the Wincache Cache Driver removed from Laravel 5.2. As such it only works in 5.2 and higher.

```
$ composer require wmather/wincache
```

Or a manual update of your composer.json

```
{
    "require": {
        "wmather/wincache": "^1.0"
    }
}
```

After installing, register the service provider by adding this line to the `providers` array in `config/app.php`.

- `Wmather\WinCache\WinCacheStoreServiceProvider::class`

In your config/cache.php, add a new entry to the `stores` array

```
      'wincache' => [
          'driver' => 'wincache',
      ],

```

And then in your `.env` file, set the CACHE\_DRIVER to that alias

```
CACHE_DRIVER=wincache

```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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 ~605 days

Total

3

Last Release

2247d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3214643?v=4)[wmather](/maintainers/wmather)[@wmather](https://github.com/wmather)

---

Top Contributors

[![wmather](https://avatars.githubusercontent.com/u/3214643?v=4)](https://github.com/wmather "wmather (4 commits)")[![ewilde-imperial](https://avatars.githubusercontent.com/u/25505643?v=4)](https://github.com/ewilde-imperial "ewilde-imperial (1 commits)")[![Palaxx](https://avatars.githubusercontent.com/u/11261708?v=4)](https://github.com/Palaxx "Palaxx (1 commits)")

---

Tags

frameworklaravelcachestorewincachecache drivercache store

### Embed Badge

![Health badge](/badges/wmather-wincache/health.svg)

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

###  Alternatives

[laravel/laravel

The skeleton application for the Laravel framework.

84.6k62.4M1.0k](/packages/laravel-laravel)[unopim/unopim

UnoPim Laravel PIM

10.5k2.2k](/packages/unopim-unopim)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3911.7k](/packages/codewithdennis-larament)[kompo/kompo

Laravel &amp; Vue.js FullStack Components for Rapid Application Development

11914.4k42](/packages/kompo-kompo)[ercogx/laravel-filament-starter-kit

This is a Filament v5 Starter Kit for Laravel 13, designed to accelerate the development of Filament-powered applications.

461.7k](/packages/ercogx-laravel-filament-starter-kit)

PHPackages © 2026

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