alexandrfiner / laravel-phpredis-array
laravel-phpredis-array
Package info
github.com/AlexandrFiner/laravel-phpredis-array
pkg:composer/alexandrfiner/laravel-phpredis-array
0.0.3
2026-07-14 10:49 UTC
Requires
- php: ^8.4
- laravel/framework: ^11.0|^12.0
Requires (Dev)
- nunomaduro/collision: ^8.1.1||^7.10.0
- orchestra/testbench: ^10.4
- phpunit/phpunit: ^11.5
This package is auto-updated.
Last update: 2026-07-14 10:51:50 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.