alexandrfiner/laravel-phpredis-array

laravel-phpredis-array

Maintainers

Package info

github.com/AlexandrFiner/laravel-phpredis-array

Homepage

pkg:composer/alexandrfiner/laravel-phpredis-array

Transparency log

Statistics

Installs: 3 205

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

0.0.3 2026-07-14 10:49 UTC

README

fork of https://github.com/akalongman/laravel-lodash

Installation

1. Install via composer

$ composer require alexandrfiner/laravel-phpredis-array

2. Replace the default implementation of RedisServiceProvider into your config/app.php

'providers' => ServiceProvider::defaultProviders()
    ->replace([
        \Illuminate\Redis\RedisServiceProvider::class => \LaravelPhpRedisArray\RedisServiceProvider::class
    ])->toArray(),

Testing

Tests run against real Redis shards using Docker Compose (spins up redis-0, redis-1 and a PHP 8.4 container with the phpredis extension):

$ docker compose up --build --abort-on-container-exit --exit-code-from tests

License

The MIT License (MIT). Please see License File for more information.