[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-8557":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":16,"forks30d":16,"starsTrendScore":16,"compositeScore":19,"rankGlobal":10,"rankLanguage":10,"license":10,"archived":20,"fork":20,"defaultBranch":21,"hasWiki":20,"hasPages":20,"topics":22,"createdAt":10,"pushedAt":10,"updatedAt":25,"readmeContent":26,"aiSummary":27,"trendingCount":16,"starSnapshotCount":16,"syncStatus":28,"lastSyncTime":29,"discoverSource":30},8557,"phpRedisAdmin","erikdubbelboer\u002FphpRedisAdmin","erikdubbelboer","Simple web interface to manage Redis databases.","http:\u002F\u002Fdubbelboer.com\u002FphpRedisAdmin\u002F",null,"PHP",3184,663,176,10,0,1,5,30.47,false,"master",[23,24],"php","redis","2026-06-12 02:01:55","phpRedisAdmin\n=============\n\nphpRedisAdmin is a simple web interface to manage [Redis](http:\u002F\u002Fredis.io\u002F)\ndatabases. It is released under the\n[Creative Commons Attribution 3.0 license](http:\u002F\u002Fcreativecommons.org\u002Flicenses\u002Fby\u002F3.0\u002F).\nThis code is being developed and maintained by [Erik Dubbelboer](https:\u002F\u002Fgithub.com\u002FErikDubbelboer\u002F).\n\nYou can send comments, patches, questions\n[here on github](https:\u002F\u002Fgithub.com\u002FErikDubbelboer\u002FphpRedisAdmin\u002Fissues)\nor to erik@dubbelboer.com.\n\n\nExample\n=======\n\nYou can find an example database at\n[http:\u002F\u002Fdubbelboer.com\u002FphpRedisAdmin\u002F](http:\u002F\u002Fdubbelboer.com\u002FphpRedisAdmin\u002F)\n\n\nInstalling\u002FConfiguring\n======================\n\nTo install [phpRedisAdmin](https:\u002F\u002Fpackagist.org\u002Fpackages\u002Ferik-dubbelboer\u002Fphp-redis-admin) through [composer](http:\u002F\u002Fgetcomposer.org\u002F) you need to execute the following commands:\n\n```\ncurl -s http:\u002F\u002Fgetcomposer.org\u002Finstaller | php\nphp composer.phar create-project -s dev erik-dubbelboer\u002Fphp-redis-admin path\u002Fto\u002Finstall\n```\n\nYou may also want to copy includes\u002Fconfig.sample.inc.php to includes\u002Fconfig.inc.php\nand edit it with your specific redis configuration.\n\nInstead of using composer, you can also do a manual install using:\n\n```\ngit clone https:\u002F\u002Fgithub.com\u002FErikDubbelboer\u002FphpRedisAdmin.git\ncd phpRedisAdmin\ngit clone https:\u002F\u002Fgithub.com\u002Fnrk\u002Fpredis.git vendor\n```\n\nDocker Image\n============\nA public [phpRedisAdmin Docker image](https:\u002F\u002Fhub.docker.com\u002Fr\u002Ferikdubbelboer\u002Fphpredisadmin\u002F) is available on Docker Hub built from the latest tag.\nThe file ```includes\u002Fconfig.environment.inc.php``` is used as the configuration file to allow environment variables to be used as configuration values.\nExample:\n```\ndocker run --rm -it -e REDIS_1_HOST=myredis.host -e REDIS_1_NAME=MyRedis -p 80:80 erikdubbelboer\u002Fphpredisadmin\n```\nAlso, a Docker Compose manifest with a stack for testing and development is provided. Just issue ```docker-compose up --build``` to start it and browse to http:\u002F\u002Flocalhost. See ```docker-compose.yml``` file for configuration details.\n\nEnvironment variables summary\n====\n\n* ``REDIS_1_HOST`` - define host of the Redis server\n* ``REDIS_1_NAME`` - define name of the Redis server\n* ``REDIS_1_PORT`` - define port of the Redis server\n* ``REDIS_1_SCHEME`` - define scheme of the Redis server (tcp or tls)\n* ``REDIS_1_AUTH`` - define password of the Redis server\n* ``REDIS_1_AUTH_FILE`` - define file containing the password of the Redis server\n* ``REDIS_1_DATABASES`` - You can modify you config to prevent phpRedisAdmin from using CONFIG command \n* ``ADMIN_USER`` - define username for user-facing Basic Auth\n* ``ADMIN_PASS`` - define password for user-facing Basic Auth\n\nTODO\n====\n\n* Encoding support for editing\n* Javascript sorting of tables\n* Better error handling\n* Move or Copy key to different server\n* Importing JSON\n* JSON export with seperate objects based on your seperator\n\n\nCredits\n=======\n\nIcons by [http:\u002F\u002Fp.yusukekamiyamane.com\u002F](http:\u002F\u002Fp.yusukekamiyamane.com\u002F) ([https:\u002F\u002Fgithub.com\u002Fyusukekamiyamane\u002Ffugue-icons\u002Ftree\u002Fmaster\u002Ficons-shadowless](https:\u002F\u002Fgithub.com\u002Fyusukekamiyamane\u002Ffugue-icons\u002Ftree\u002Fmaster\u002Ficons-shadowless))\n\nFavicon from [https:\u002F\u002Fgithub.com\u002Fantirez\u002Fredis-io\u002Fblob\u002Fmaster\u002Fpublic\u002Fimages\u002Ffavicon.png](https:\u002F\u002Fgithub.com\u002Fantirez\u002Fredis-io\u002Fblob\u002Fmaster\u002Fpublic\u002Fimages\u002Ffavicon.png)\n","phpRedisAdmin 是一个用于管理 Redis 数据库的简单网页界面。其核心功能包括通过 Web 界面直观地查看和编辑 Redis 中的数据，支持多种配置方式如手动安装、使用 Composer 以及 Docker 镜像部署，使得不同技术水平的用户都能轻松上手。技术特点方面，它采用 PHP 开发，并且可以利用环境变量来灵活配置 Redis 服务器的信息，增强了在容器化环境中的适用性。此项目非常适合需要对 Redis 数据进行日常管理和维护的场景，无论是开发测试还是生产环境中监控 Redis 状态都非常实用。",2,"2026-06-11 03:18:35","top_language"]