PHPackages                             calypte/calypte - 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. calypte/calypte

ActiveLibrary[Caching](/categories/caching)

calypte/calypte
===============

Calypte Cache

1.0.2.0(7y ago)4162Apache-2.0PHPPHP &gt;=5.5

Since Sep 20Pushed 7y ago2 watchersCompare

[ Source](https://github.com/calyptelabs/pcalypte)[ Packagist](https://packagist.org/packages/calypte/calypte)[ Docs](https://calypte.sourceforge.io/)[ RSS](/packages/calypte-calypte/feed)WikiDiscussions master Synced today

READMEChangelog (5)Dependencies (1)Versions (7)Used By (0)

Calypte
=======

[](#calypte)

Calypte é um sistema de cache de propósito geral com suporte transacional. Permite o armazenamento de dados na forma de chave-valor em memoria e disco. É extremamente rápido, tanto para escrita como para leitura, podendo chegar a mais de 600.000 operações por segundo. Não é necessária grandes quantidades de memória para seu funcionamento. Ele trabalha de forma eficiente com pouca memória.

Instalação
==========

[](#instalação)

Calypte pode ser instalado usando Composer.

Adicione no arquivo composer.json em require "calypte/calypte": "1.0.\*".

```
{
    "name": "meuprojeto",
    ...
    "require": {
    ...
    "calypte/calypte": "1.0.*"
    },

    ...

}

```

Depois de atualizado o arquivo de configuração, execute o comando composer update.

Outra forma de adicionar o Calypte ao seu projeto é executando o comando composer require calypte/calypte.

Laravel
=======

[](#laravel)

Instalação
----------

[](#instalação-1)

Executar o o comando composer require calypte/calypte.

Configuração do cache.php
-------------------------

[](#configuração-do-cachephp)

Aguarde o termino da atualização do projeto e abra o arquivo config/cache.php e dentro do arranjo stores\[\] adicione:

```
'calypte' => [
            'driver' => 'calypte',
            'host' => env('CALYPTE_HOST', '127.0.0.1'),
            'port' => env('CALYPTE_PORT', 1044),
    ],

```

Configuração do app.php
-----------------------

[](#configuração-do-appphp)

Abra o arquivo config/app.php e dentro do arranjo providers\[\] adicione calypte\\CalypteServiceProvider::class.

```
'providers' => [
        ...
        calypte\CalypteServiceProvider::class,
        ...
],

```

Configuração do .env
--------------------

[](#configuração-do-env)

Para finalizar abra o arquivo .env e adicione:

```
CACHE_DRIVER=calypte
SESSION_DRIVER=calypte

...

CALYPTE_HOST=127.0.0.1
CALYPTE_PORT=1044

```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 76.9% of commits — single point of failure

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

Every ~7 days

Total

5

Last Release

2763d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/43420951?v=4)[Calypte Labs](/maintainers/calyptelabs)[@calyptelabs](https://github.com/calyptelabs)

---

Top Contributors

[![ribeiro2008](https://avatars.githubusercontent.com/u/43425133?v=4)](https://github.com/ribeiro2008 "ribeiro2008 (10 commits)")[![calyptelabs](https://avatars.githubusercontent.com/u/43420951?v=4)](https://github.com/calyptelabs "calyptelabs (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[predis/predis

A flexible and feature-complete Redis/Valkey client for PHP.

7.8k305.7M2.4k](/packages/predis-predis)[snc/redis-bundle

A Redis bundle for Symfony

1.0k39.4M67](/packages/snc-redis-bundle)[react/cache

Async, Promise-based cache interface for ReactPHP

444112.4M40](/packages/react-cache)[wp-media/wp-rocket

Performance optimization plugin for WordPress

7431.3M3](/packages/wp-media-wp-rocket)[illuminate/cache

The Illuminate Cache package.

12835.6M1.4k](/packages/illuminate-cache)[colinmollenhour/php-redis-session-abstract

A Redis-based session handler with optimistic locking

6325.6M14](/packages/colinmollenhour-php-redis-session-abstract)

PHPackages © 2026

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