2017 © Pedro Peláez
 

library php-lazal

A PHP Lazal Client

image

sahithvibudhi/php-lazal

A PHP Lazal Client

  • Tuesday, July 17, 2018
  • by sahithvibudhi
  • Repository
  • 1 Watchers
  • 1 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Lazal PHP Client

This is official Lazal PHP client., (*1)

Instation:

composer require sahithvibudhi/php-lazal

How to Use:

Making a connection to Lazal Server

$client = new Lazal\Client(['host'=>'127.0.0.1', 'port' => 5555]);

Writing data

$client->set('key1', 'value');

Fetching data

$value = $client->get('key1');

Deleting data

$client->delete('key1');

The Versions

17/07 2018

dev-master

9999999-dev

A PHP Lazal Client

  Sources   Download

GPL-3.0

The Requires

  • php >=5.4

 

The Development Requires

by Sahith Vibudhi

cache db in memory fast cache lazal php-lazal