alexandrfiner/laravel-phpredis-array
laravel-phpredis-array
3,874
1
| Install | |
|---|---|
composer require alexandrfiner/laravel-phpredis-array |
|
| Latest Version: | 0.0.3 |
| PHP: | ^8.4 |
| License: | MIT |
| Last Updated: | Jul 14, 2026 |
| Links: | GitHub · Packagist |
Maintainer: AlexandrFiner
laravel-phpredis-array
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.
Related Packages
erirk/paypalpayment
laravel-paypalpayment is simple package help you process direct credit card paym...
0
doctrine/dbal
Powerful PHP database abstraction layer (DBAL) with many features for database s...
628,058,007
9,707