Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brandaof/brcache-client-php
BRCache PHP client
https://github.com/brandaof/brcache-client-php
cache cache-storage client-php disk-cache laravel laravel-framework memory-cache php php7
Last synced: about 1 month ago
JSON representation
BRCache PHP client
- Host: GitHub
- URL: https://github.com/brandaof/brcache-client-php
- Owner: brandaof
- Created: 2016-11-10T13:06:23.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-09T22:23:36.000Z (over 6 years ago)
- Last Synced: 2024-09-29T11:45:23.091Z (about 2 months ago)
- Topics: cache, cache-storage, client-php, disk-cache, laravel, laravel-framework, memory-cache, php, php7
- Language: PHP
- Homepage: http://brcache.brandao.org/server/php-and-brcache.html
- Size: 197 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BRCache client PHP
O BRCache é uma ótima opção como cache para aplicações PHP. É rápido, permite o uso de conexões persistentes, suporta armazenamento em memória e disco, tem suporte transacional. Não é necessário o carregamento de nenhum arquivo de configuração. Ele pode ser usado para fazer o cache de páginas, compartilhamento de variáveis globais e manipulação de sessões.
## Instalando o cliente BRCache
Para usar o BRCache em uma aplicação PHP é necessário fazer o download de um cliente. Uma opção é o cliente fornecido pela equipe do BRCache disponível no Sourceforge. Depois de feito o download, deve-se descompacta-lo.
ex:
```
unzip /brcache-client-yy-xx.zip -d ;
```A variável é o local onde o arquivo está e é o local onde será descompactado. A pasta de destino tem que ser informada em include_path (php.ini).
As operações no cache são feitas com o uso da classe BRCacheConnection. Ela fica localizada no script brandao\brcache\BRCacheConnection.php.