Skip to content

Commit 71b49cf

Browse files
committed
Update composer.json description and add keywords
Expanded the package description to provide a detailed outline of RQRS features and benefits. Added relevant keywords to improve discoverability and clarify the package scope.
1 parent 2b268d3 commit 71b49cf

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "bear/query-repository",
3-
"description": "Resource query responsibility segregation",
3+
"description": "Resource Query Responsibility Segregation (RQRS) is a powerful caching framework for BEAR.Sunday, designed to optimize performance and resource utilization by separating query and command responsibilities. It provides advanced caching features such as event-driven cache invalidation, dependency resolution, donut caching, CDN integration, and conditional requests with ETag support. RQRS seamlessly integrates with server-side caches (e.g., Redis, APC), shared caches (e.g., CDNs), and client-side caches to deliver a comprehensive caching solution for modern web applications.",
4+
"keywords": [
5+
"caching",
6+
"event-driven-content",
7+
"donut caching",
8+
"ETag"
9+
],
410
"license": "MIT",
511
"authors": [
612
{

0 commit comments

Comments
 (0)