Giter VIP home page Giter VIP logo

k2hash_phpext's Introduction

k2hash php extension

PHP AntPickax CI GitHub license GitHub forks GitHub stars GitHub issues debian packages RPM packages

  • K2HASH PHP Extension library
    K2HASH is NoSQL Key Value Store(KVS) library by Yahoo! JAPAN.

Overview

K2HASH is NoSQL(key value store) library and tools for this library by Yahoo! JAPAN.
This PHP Extension library is for using K2HASH from PHP.

By K2HASH PHP Extension library, you can easily incorporate the functions and features of K2HASH into PHP based programs.
For the features and functions of K2HASH, see the k2hash documentation.

k2HASH PHP Extension

Usage

K2HASH PHP Extension library is provided as RPM and Debian package.
Before installing this package, you need the K2HASH package(RPM or Debian).
First of all, please install the k2hash developer package as described here.
Next, install the K2HASH PHP Extension library using the package manager command.

  • Debian based Linux users can install it by following the steps below:
$ sudo apt-get update -y

$ sudo apt-get install curl -y
$ curl -s https://packagecloud.io/install/repositories/antpickax/stable/script.deb.sh | sudo bash

$ sudo apt-get install -y php8.1 libapache2-mod-php8.1
$ sudo update-alternatives --set php-config /usr/bin/php-config8.1
$ sudo update-alternatives --set php /usr/bin/php8.1
$ sudo apt-get install -y k2hash php-pecl-k2hash
  • Fedora derived RPM based Linux(Fedora, CentOS, CentOS Stream, RHEL, etc.) users can install it by following the steps below:
$ sudo dnf update -y

$ curl -s https://packagecloud.io/install/repositories/antpickax/stable/script.rpm.sh | sudo bash

$ sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
$ sudo dnf install https://rpms.remirepo.net/enterprise/remi-release-8.rpm
$ sudo dnf module reset php
$ sudo dnf module install php:remi-8.1
$ sudo dnf install -y php-pecl-k2hash

Documents

Packages

License

This software is released under the MIT License, see the license file.

AntPickax

K2HASH PHP Extension is one of AntPickax products.

Copyright(C) 2022 Yahoo Japan Corporation.

k2hash_phpext's People

Contributors

ggtakec avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.