PHPackages                             ripples/memcached-sasl - 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. ripples/memcached-sasl

ActiveLibrary[Caching](/categories/caching)

ripples/memcached-sasl
======================

Custom cache extension of memcached sasl for laravel5, support aliyun ocs.

0.1.1(10y ago)2541MITPHPPHP &gt;=5.4.0

Since Aug 23Pushed 10y ago1 watchersCompare

[ Source](https://github.com/ripples-alive/Memcached-sasl)[ Packagist](https://packagist.org/packages/ripples/memcached-sasl)[ Docs](https://github.com/JayvicWen/Memcached-sasl)[ RSS](/packages/ripples-memcached-sasl/feed)WikiDiscussions master Synced 1mo ago

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

Memcached SASL extension for Laravel5
=====================================

[](#memcached-sasl-extension-for-laravel5)

This is a custom cache extension of memcached sasl for laravel5, especially for aliyun ocs.

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

[](#installation)

This package can be installed through `composer`.

```
composer require ripples/memcached-sasl
```

Usage
-----

[](#usage)

In order to use the extension, the service provider must be registered.

```
// bootstrap/app.php
$app->register(Ripples\Memcached\MemcachedSaslServiceProvider::class);
```

Finally, add a store to you config file `cache.php` and update cache driver to `memcached_sasl`.

```
return [
    'default' => 'memcached_sasl',

    'stores' => [
        'memcached_sasl' => [
            'driver' => 'memcached_sasl',
            'servers' => [
                [
                    'host' => env('MEMCACHED_HOST', '127.0.0.1'),
                    'port' => env('MEMCACHED_PORT', 11211),
                    'weight' => 100
                ]
            ],
            'auth' => [
                'username' => env('MEMCACHED_USERNAME', ''),
                'password' => env('MEMCACHED_PASSWORD', '')
            ]
        ],
    ]
]
```

LICENSE
-------

[](#license)

[MIT](./LICENSE)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

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 ~45 days

Total

2

Last Release

3867d ago

### Community

Maintainers

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

---

Top Contributors

[![ripples-alive](https://avatars.githubusercontent.com/u/7439574?v=4)](https://github.com/ripples-alive "ripples-alive (6 commits)")

---

Tags

laravelmemcachedaliyunsaslocs

### Embed Badge

![Health badge](/badges/ripples-memcached-sasl/health.svg)

```
[![Health](https://phpackages.com/badges/ripples-memcached-sasl/health.svg)](https://phpackages.com/packages/ripples-memcached-sasl)
```

###  Alternatives

[spatie/laravel-responsecache

Speed up a Laravel application by caching the entire response

2.8k8.2M51](/packages/spatie-laravel-responsecache)[awssat/laravel-visits

Laravel Redis visits counter for Eloquent models

975163.6k2](/packages/awssat-laravel-visits)[namoshek/laravel-redis-sentinel

An extension of Laravels Redis driver which supports connecting to a Redis master through Redis Sentinel.

38679.0k](/packages/namoshek-laravel-redis-sentinel)[dragon-code/laravel-cache

An improved interface for working with cache

6844.8k10](/packages/dragon-code-laravel-cache)[nexxai/laravel-cfcache

A handful of Cloudflare cache helpers for Laravel

1317.7k](/packages/nexxai-laravel-cfcache)[yangusik/laravel-balanced-queue

Laravel queue management with load balancing between partitions (user groups)

786.4k](/packages/yangusik-laravel-balanced-queue)

PHPackages © 2026

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