alexandrfiner/laravel-phpredis-array
Composer 安装命令:
composer require alexandrfiner/laravel-phpredis-array
包简介
laravel-phpredis-array
README 文档
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.
统计信息
- 总下载量: 3.18k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-06-18