{"id":22689978,"url":"https://github.com/yahoojapan/k2hdkc_phpext","last_synced_at":"2026-02-23T04:02:24.268Z","repository":{"id":157128019,"uuid":"624654429","full_name":"yahoojapan/k2hdkc_phpext","owner":"yahoojapan","description":"PHP Extension library for K2HDKC","archived":false,"fork":false,"pushed_at":"2025-02-13T03:14:06.000Z","size":332,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-12T22:07:03.032Z","etag":null,"topics":["antpickax","cluster","database","distributed","in-memory","k2hdkc","kvs","nosql","php","php8","queue","transaction"],"latest_commit_sha":null,"homepage":"https://php.k2hdkc.antpick.ax/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yahoojapan.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-07T00:34:59.000Z","updated_at":"2025-02-13T02:58:26.000Z","dependencies_parsed_at":"2024-03-15T10:42:08.796Z","dependency_job_id":"9205bc4f-3da4-4980-b7e0-7d6577494ebb","html_url":"https://github.com/yahoojapan/k2hdkc_phpext","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yahoojapan%2Fk2hdkc_phpext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yahoojapan%2Fk2hdkc_phpext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yahoojapan%2Fk2hdkc_phpext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yahoojapan%2Fk2hdkc_phpext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yahoojapan","download_url":"https://codeload.github.com/yahoojapan/k2hdkc_phpext/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248637769,"owners_count":21137538,"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":["antpickax","cluster","database","distributed","in-memory","k2hdkc","kvs","nosql","php","php8","queue","transaction"],"created_at":"2024-12-10T00:24:37.686Z","updated_at":"2026-02-23T04:02:19.237Z","avatar_url":"https://github.com/yahoojapan.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"k2hdkc php extension\n====================\n[![PHP AntPickax CI](https://github.com/yahoojapan/k2hdkc_phpext/workflows/PHP%20AntPickax%20CI/badge.svg)](https://github.com/yahoojapan/k2hdkc_phpext/actions)\n[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/yahoojapan/k2hdkc_phpext/master/LICENSE)\n[![GitHub forks](https://img.shields.io/github/forks/yahoojapan/k2hdkc_phpext.svg)](https://github.com/yahoojapan/k2hdkc_phpext/network)\n[![GitHub stars](https://img.shields.io/github/stars/yahoojapan/k2hdkc_phpext.svg)](https://github.com/yahoojapan/k2hdkc_phpext/stargazers)\n[![GitHub issues](https://img.shields.io/github/issues/yahoojapan/k2hdkc_phpext.svg)](https://github.com/yahoojapan/k2hdkc_phpext/issues)\n[![RPM packages](https://img.shields.io/badge/rpm-packagecloud.io-844fec.svg)](https://packagecloud.io/antpickax/stable)\n[![debian packages](https://img.shields.io/badge/deb-packagecloud.io-844fec.svg)](https://packagecloud.io/antpickax/stable)\n[![ALPINE packages](https://img.shields.io/badge/apk-packagecloud.io-844fec.svg)](https://packagecloud.io/antpickax/stable)\n\n- K2HDKC PHP Extension library  \nK2HDKC is NoSQL Key Value Store(KVS) library by Yahoo! JAPAN.\n\n### Overview\nK2HDKC is a free and open-source distributed KVS(Key Value Store) clustering system created in Yahoo! JAPAN.\nThis PHP Extension library is for using K2HDKC from PHP.  \n\nBy [K2HDKC PHP Extension](https://php.k2hdkc.antpick.ax/) library, you can easily incorporate the functions and features of K2HDKC into PHP based programs.  \nFor the features and functions of K2HDKC, see the [k2hdkc documentation](https://k2hdkc.antpick.ax/).  \n\n![k2HASH PHP Extension](https://php.k2hdkc.antpick.ax/images/top_k2hdkc_phpext.png)\n\n### Usage\nK2HDKC PHP Extension library is provided as RPM and Debian package.  \nBefore installing this package, you need the K2HDKC package(RPM or Debian).  \nFirst of all, please install the k2hdkc developer package as described [here](https://k2hdkc.antpick.ax/usage.html).  \nNext, install the K2HDKC PHP Extension library using the package manager command.  \n\n- Debian based Linux users can install it by following the steps below:  \n```\n$ sudo apt-get update -y\n\n$ sudo apt-get install curl -y\n$ curl -s https://packagecloud.io/install/repositories/antpickax/stable/script.deb.sh | sudo bash\n\n$ sudo apt-get install -y php8.4 libapache2-mod-php8.4\n$ sudo update-alternatives --set php-config /usr/bin/php-config8.4\n$ sudo update-alternatives --set php /usr/bin/php8.4\n$ sudo apt-get install -y k2hdkc php-pecl-k2hdkc\n```\n- Fedora derived RPM based Linux(Fedora, CentOS, CentOS Stream, RHEL, etc.) users can install it by following the steps below:\n```\n$ sudo dnf update -y\n\n$ curl -s https://packagecloud.io/install/repositories/antpickax/stable/script.rpm.sh | sudo bash\n\n$ sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm\n$ sudo dnf install https://rpms.remirepo.net/enterprise/remi-release-9.rpm\n$ sudo dnf module reset php\n$ sudo dnf module install php:remi-8.4\n$ sudo dnf install -y php-pecl-k2hdkc\n```\n- ALPINE based Linux users can install it by following the steps below:\n```\n# apk update\n\n# curl -s https://packagecloud.io/install/repositories/antpickax/stable/script.alpine.sh | sh\n\n# apk add php84 php84-dev php84-tokenizer\n$ apk add php84-pecl-k2hdkc\n```\n\n### Documents\n- [Document top page](https://php.k2hdkc.antpick.ax/)\n- [Github wiki page](https://github.com/yahoojapan/k2hdkc_phpext/wiki)\n- [About K2HDKC](https://k2hdkc.antpick.ax/)\n- [About AntPickax](https://antpick.ax/)\n\n### Packages\n- [RPM packages(packagecloud.io)](https://packagecloud.io/app/antpickax/stable/search?q=php\u0026filter=rpm\u0026filter=rpm\u0026dist=\u0026arch=)\n- [Debian packages(packagecloud.io)](https://packagecloud.io/app/antpickax/stable/search?q=php\u0026filter=deb\u0026dist=\u0026arch=)\n- [ALPINE packages(packagecloud.io)](https://packagecloud.io/app/antpickax/stable/search?q=php\u0026filter=alpine\u0026dist=\u0026arch=)\n\n### License\nThis software is released under the MIT License, see the license file.\n\n### AntPickax\nK2HDKC PHP Extension is one of [AntPickax](https://antpick.ax/) products.\n\nCopyright(C) 2023 Yahoo Japan Corporation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyahoojapan%2Fk2hdkc_phpext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyahoojapan%2Fk2hdkc_phpext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyahoojapan%2Fk2hdkc_phpext/lists"}