Libraries tagged by web redis
apilaravue/apilaravue
40 Downloads
This is a framwork for large web projects. ApiLaravue uses Laravel 5.4 as backend integrated with laravel passport and laravel cors, Vuejs as frontend and the two communicate via API calls. It also include redis already installed and configured in the backend and frontend, a node server already created and configure for realtime communication and some vue packages are also install in the frontend such as vue-router, vue-resource, vue-socket.io, and sweetalert.
s00d/redis-web
11 Downloads
Redis-web is a simple web interface in Laravel and Vue to manage Redis databases.
pawell67/laravel-redis-explorer
3 Downloads
A beautiful web-based Redis Console for Laravel. Browse keys, run commands, and monitor your Redis instance.
pawell67/laravel-redis-console
11 Downloads
A beautiful web-based Redis Console for Laravel. Browse keys, run commands, and monitor your Redis instance.
aluzed/redis-web-token
9 Downloads
quangdung93/jwt-redis
11 Downloads
This package to add JSON Web Token to Redis
sergechurkin/redisaggregate
5 Downloads
Test example for use Redis on PHP to realise strong report as a WEB application.
life2016/yii2-phpredisadmin
25 Downloads
phpRedisAdmin is a simple web interface to manage Redis databases,by YII2
web-monster/dklabcache
113 Downloads
Dklabcache for composer
mnb/scraperkit
4 Downloads
MNB ScraperKit V1.0.3 - enterprise-ready PHP crawling and data extraction framework with AI crawl intelligence, search discovery, authorized mail/webmail extraction connectors, publisher metadata workflows, extraction recipes, provenance, quality reports, datasets, queues, dashboards, and compliance tooling.
larkit/yii2-swoole-websocket
66 Downloads
Websocket server for Yii2 base on swoole 4, Support JSONRPC, Resolve 'method' as a route reflect into controller/action, And support http or redis pub/sub to trigger async task from your web application.
digitaldev-lx/log-hole
13 Downloads
A modern Laravel logging package with multi-driver database support, web dashboard, and PHP attributes for declarative logging.
rootscratch/ratelimit
7 Downloads
Rootscratch Ratelimit PHP is a lightweight session-based rate-limiting solution for PHP applications. It helps protect your web app from excessive requests by implementing request throttling without the need for external databases like Redis.
hashyoo/jwt-auth
42 Downloads
Json web token,登录认证(接口登录和web session登录),支持单社保和多设备登录,需要redis支持。目前仅适用于laravel
enzo/thinkjwt
13 Downloads
随着技术的发展,分布式web应用的普及,通过session管理用户登录状态成本越来越高,因此慢慢发展成为token的方式做登录身份校验,然后通过token去取redis中的缓存的用户信息,随着之后jwt的出现,校验方式更加简单便捷化,无需通过redis缓存,而是直接根据token取出保存的用户信息,以及对token可用性校验,单点登录更为简单