Skip to content

Yet another memcached / yrmcds client extension for PHP

License

Notifications You must be signed in to change notification settings

pakutoma/php-yrmcds

 
 

Repository files navigation

Build Status

memcached / yrmcds extension for PHP

This PHP extension provides an object-oriented interface of libyrmcds, a full-featured memcached / yrmcds client library.

yrmcds is a complete rewrite of memcached that supports replication and the server-side locking. libyrmcds is a companion client library for yrmcds.

Thanks to yrmcds' server-side locking, this extension can provide a stable object locking mechanism when combined with yrmcds.

License

php-yrmcds is licensed under the BSD 2-clause license.

This repository contains LZ4 source code which is licensed under the BSD 2-clause license.

Features

  • Access to all memcached / yrmcds binary protocol commands.
  • Persistent connections.
  • Auto prefix keys.
  • Transparent LZ4 compression for large objects.
  • Asynchronous operations.

As a bonus, a session handler utilizing yrmcds' server-side locking is also available.

Requirements

  • PHP 5.4+ or PHP7.
  • Linux or MacOS X.

Install

Follow the common steps:

$ cd php-yrmcds
$ phpize
$ ./configure --with-php-config=/path/to/your/php-config
$ make
$ sudo make install

Usage

See USAGE.md.

About

Yet another memcached / yrmcds client extension for PHP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C 86.4%
  • PHP 5.8%
  • HTML 3.8%
  • Makefile 3.1%
  • Roff 0.4%
  • CMake 0.3%
  • M4 0.2%