dev-master
9999999-devA PHP Lazal Client
GPL-3.0
The Requires
- php >=5.4
The Development Requires
by Sahith Vibudhi
cache db in memory fast cache lazal php-lazal
A PHP Lazal Client
This is official Lazal PHP client., (*1)
composer require sahithvibudhi/php-lazal
$client = new Lazal\Client(['host'=>'127.0.0.1', 'port' => 5555]);
$client->set('key1', 'value');
$value = $client->get('key1');
$client->delete('key1');
A PHP Lazal Client
GPL-3.0
cache db in memory fast cache lazal php-lazal