Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bearsunday/bear.queryrepository
A Caching Framework for BEAR.Resource
https://github.com/bearsunday/bear.queryrepository
bearsunday bearsunday-module cqrs php
Last synced: 1 day ago
JSON representation
A Caching Framework for BEAR.Resource
- Host: GitHub
- URL: https://github.com/bearsunday/bear.queryrepository
- Owner: bearsunday
- License: mit
- Created: 2014-12-29T04:31:30.000Z (about 10 years ago)
- Default Branch: 1.x
- Last Pushed: 2024-12-16T04:56:50.000Z (19 days ago)
- Last Synced: 2024-12-26T20:12:44.663Z (8 days ago)
- Topics: bearsunday, bearsunday-module, cqrs, php
- Language: PHP
- Homepage:
- Size: 840 KB
- Stars: 6
- Watchers: 4
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# BEAR.QueryRepository
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/bearsunday/BEAR.QueryRepository/badges/quality-score.png?b=1.x)](https://scrutinizer-ci.com/g/bearsunday/BEAR.QueryRepository/?branch=1.x)
[![codecov](https://codecov.io/gh/bearsunday/BEAR.QueryRepository/branch/1.x/graph/badge.svg?token=eh3c9AF4Mr)](https://codecov.io/gh/koriym/BEAR.QueryRepository)
[![Type Coverage](https://shepherd.dev/github/bearsunday/BEAR.QueryRepository/coverage.svg)](https://shepherd.dev/github/bearsunday/BEAR.QueryRepository)
[![Coding Standards](https://github.com/bearsunday/BEAR.QueryRepository/actions/workflows/coding-standards.yml/badge.svg)](https://github.com/bearsunday/BEAR.QueryRepository/actions/workflows/coding-standards.yml)
[![Static Analysis](https://github.com/bearsunday/BEAR.QueryRepository/actions/workflows/static-analysis.yml/badge.svg)](https://github.com/bearsunday/BEAR.QueryRepository/actions/workflows/static-analysis.yml)
[![Continuous Integration](https://github.com/bearsunday/BEAR.QueryRepository/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/bearsunday/BEAR.QueryRepository/actions/workflows/continuous-integration.yml)BEAR.QueryRepository is a distributed cache famework for BEAR.Resource application.
[CQRS](http://martinfowler.com/bliki/CQRS.html) inspired **BEAR.QueryRepository** segregates reads and writes into two separate repository.Documentation is available at [BEAR.Sunday cache manual](http://bearsunday.github.io/manuals/1.0/ja/cache.html).
## Demo
```
php demo/run.php
```