PHPackages                             cache.lot/client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Caching](/categories/caching)
4. /
5. cache.lot/client

ActiveLibrary[Caching](/categories/caching)

cache.lot/client
================

Clietn for Cache.lot

1.0.0(6y ago)11MITPHPPHP ^7.2.2CI failing

Since Oct 29Pushed 6y ago1 watchersCompare

[ Source](https://github.com/reptily/cache.lot-php-client)[ Packagist](https://packagist.org/packages/cache.lot/client)[ RSS](/packages/cachelot-client/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

cache.lot-php-client
====================

[](#cachelot-php-client)

Install
-------

[](#install)

```
composer require cache.lot/client

```

Example
-------

[](#example)

```
require "./vendor/autoload.php";
use Cachelot\Action as Cachelot;

//Connect ro server
$Cachelot = new Cachelot("127.0.0.1", 3000);

$Cachelot->set("car","hyundai"); //setting variable
echo $Cachelot->get("car") . "\n"; //getting the variable

echo $Cachelot->show() . "\n"; //getting list the keys

$Cachelot->set("bike",['ktm', 'yamaha', 'suzuki']); //setting variable in type array
print_r($Cachelot->get("bike")); //get value array

$Cachelot->del("bike"); //delete value
$Cachelot->die("bike",5); //setting the lifetime of the variable

$Cachelot->close();
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2390d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/63a84b9b680bd78e5ce9e59937330e49e20c065b6d147ba2b0f246087a66aa7f?d=identicon)[reptily](/maintainers/reptily)

---

Tags

phpclientcacheopenwebreptilycache.lot

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/cachelot-client/health.svg)

```
[![Health](https://phpackages.com/badges/cachelot-client/health.svg)](https://phpackages.com/packages/cachelot-client)
```

###  Alternatives

[awssat/laravel-visits

Laravel Redis visits counter for Eloquent models

975163.6k2](/packages/awssat-laravel-visits)[swayok/alternative-laravel-cache

Replacements for Laravel's redis and file cache stores that properly implement tagging idea. Powered by cache pool implementations provided by http://www.php-cache.com/

202541.1k6](/packages/swayok-alternative-laravel-cache)[eftec/cacheone

A Cache library with minimum dependency

103.5k4](/packages/eftec-cacheone)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
