{"id":15564241,"url":"https://github.com/hatamiarash7/memcached-admin","last_synced_at":"2025-08-24T16:12:24.174Z","repository":{"id":40510446,"uuid":"250872582","full_name":"hatamiarash7/Memcached-Admin","owner":"hatamiarash7","description":"Memcached admin for docker","archived":false,"fork":false,"pushed_at":"2025-03-14T12:50:05.000Z","size":449,"stargazers_count":35,"open_issues_count":12,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T12:02:02.257Z","etag":null,"topics":["admin","admin-dashboard","cache","cache-storage","cachemanager","docker","docker-image","hacktoberfest","memcache","memcached"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hatamiarash7.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"patreon":"hatamiarash7","ko_fi":"hatamiarash7","custom":"https://payping.ir/@hatamiarash7"}},"created_at":"2020-03-28T19:05:03.000Z","updated_at":"2025-03-13T22:25:10.000Z","dependencies_parsed_at":"2024-03-15T19:50:53.370Z","dependency_job_id":"1b27c34d-b54c-4d77-b77c-01ed89d030f2","html_url":"https://github.com/hatamiarash7/Memcached-Admin","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatamiarash7%2FMemcached-Admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatamiarash7%2FMemcached-Admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatamiarash7%2FMemcached-Admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatamiarash7%2FMemcached-Admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hatamiarash7","download_url":"https://codeload.github.com/hatamiarash7/Memcached-Admin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248788859,"owners_count":21161726,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["admin","admin-dashboard","cache","cache-storage","cachemanager","docker","docker-image","hacktoberfest","memcache","memcached"],"created_at":"2024-10-02T16:40:19.999Z","updated_at":"2025-04-13T21:40:42.006Z","avatar_url":"https://github.com/hatamiarash7.png","language":"PHP","funding_links":["https://patreon.com/hatamiarash7","https://ko-fi.com/hatamiarash7","https://payping.ir/@hatamiarash7","https://ko-fi.com/D1D1WGU9"],"categories":[],"sub_categories":[],"readme":"# Memcached Admin\n\n![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/hatamiarash7/memcached-admin) ![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/hatamiarash7/memcached-admin) [![Docker Image CI](https://github.com/hatamiarash7/Memcached-Admin/actions/workflows/docker-image.yml/badge.svg)](https://github.com/hatamiarash7/Memcached-Admin/actions/workflows/docker-image.yml) [![Publish Image](https://github.com/hatamiarash7/Memcached-Admin/actions/workflows/docker-publish.yml/badge.svg)](https://github.com/hatamiarash7/Memcached-Admin/actions/workflows/docker-publish.yml)\n\nThis program allows to see in **real-time** (top-like) or from the start of the server, **stats for get, set, delete, increment, decrement, evictions, reclaimed, cas command**, as well as **server stats** (network, items, server version) with google charts and **server internal configuration**\n\nYou can go further to **see each server slabs, occupation, memory wasted and items** (**key \u0026 value**).\n\nAnother part can execute commands to any memcached server : get, set, delete, flush_all, as well as execute any commands (like stats) with telnet\n\n![image](app.png)\n\n## Statistics\n\n- Stats for each or all memcached servers, items, evicted, reclaimed ...\n- Stats for every command : set, get, delete, incr, decr, cas ...\n- Slabs stats (Memory, pages, memory wasted, items)\n- Items stats (View items in slabs, then data for each key)\n- Network stats (Traffic, bandwidth)\n\n## Commands\n\n- Execute commands : get, set, delete, flush_all on servers to administrate or debug it\n- Get data with key on servers\n- Delete keys on servers\n- Flush servers\n- Execute telnet command directly from phpMemcachedAdmin\n- Search for specific pattern into all keys\n\n## Live Stats\n\n- Top-like real time stats with configurable alerts\n\n## Configuration\n\n- Edit configuration directly from web page\n- phpMemcachedAdmin can use socket communication, PECL Memcache or Memcached API\n- Organize your servers into cluster\n\n---\n\n### Install\n\n#### Single server setup\n\nEnvironments :\n\n- **MEMCACHED_HOST** : Default address of the server\n- **MEMCACHED_PORT** : Default port of the server\n\n```shell\ndocker run --rm -p 8080:80 -e MEMCACHED_HOST='127.0.0.1' -e MEMCACHED_PORT='11211' hatamiarash7/memcached-admin:master\n```\n\n#### Multiple server setup (using the `Default` cluster)\n\nEnvironments :\n\n- **MEMCACHED_HOST** : Comma separated hostname and optional port\n- **MEMCACHED_PORT** : Default port of the hostnames not having a port specified\n\n```shell\ndocker run --rm -p 8080:80 -e MEMCACHED_HOST='127.0.0.1:11211,127.0.0.1:11212' hatamiarash7/memcached-admin:master\n# or\ndocker run --rm -p 8080:80 -e MEMCACHED_HOST='127.0.0.1,127.0.0.2' -e MEMCACHED_PORT='11211' hatamiarash7/memcached-admin:master\n# or\ndocker run --rm -p 8080:80 -e MEMCACHED_HOST='127.0.0.1:11212,127.0.0.1' -e MEMCACHED_PORT='11211' hatamiarash7/memcached-admin:master\n```\n\nYou can define your cluster in **Configuration** section\n\n### Test\n\nWe have a `docker-compose.yml` file here for testing purpose. You can run it with the following command:\n\n```bash\ndocker compose up -d\n```\n\nOpen your browser and go to http://localhost:8085/index.php?server=memcached:11211 to see the dashboard.\n\n---\n\n## Support\n\n[![Donate with Bitcoin](https://en.cryptobadges.io/badge/micro/3GhT2ABRuHuXGNzP6DH5KvLZRTXCBKkx2y)](https://en.cryptobadges.io/donate/3GhT2ABRuHuXGNzP6DH5KvLZRTXCBKkx2y) [![Donate with Ethereum](https://en.cryptobadges.io/badge/micro/0x4832fd8e2cfade141dc4873cc00cf77de604edde)](https://en.cryptobadges.io/donate/0x4832fd8e2cfade141dc4873cc00cf77de604edde)\n\n[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/D1D1WGU9)\n\n\u003cdiv\u003e\u003ca href=\"https://payping.ir/@hatamiarash7\"\u003e\u003cimg src=\"https://cdn.payping.ir/statics/Payping-logo/Trust/blue.svg\" height=\"128\" width=\"128\"\u003e\u003c/a\u003e\u003c/div\u003e\n\n## Contributing\n\nDon't be shy to be a contributor 😉\n\n1. Fork it !\n2. Create your feature branch : `git checkout -b my-new-feature`\n3. Commit your changes : `git commit -am 'Add some feature'`\n4. Push to the branch : `git push origin my-new-feature`\n5. Submit a pull request\n\n## Issues\n\nEach project may have many problems. Contributing to the better development of this project by reporting them.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhatamiarash7%2Fmemcached-admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhatamiarash7%2Fmemcached-admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhatamiarash7%2Fmemcached-admin/lists"}