Skip to content

Commit

Permalink
packagist nats keywords fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nekufa committed Jan 21, 2022
1 parent 789ed27 commit ba88662
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ var_dump($bucket->getStatus());

## Performance
Testing on i5-4670k with nats running in docker gives 420k rps for publish and 350k rps for receive in non-verbose mode.

You can run tests on your environment.
```bash
% wget https://getcomposer.org/download/latest-stable/composer.phar
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "basis-company/nats",
"description": "nats jetstream client for php",
"keywords": ["nats", "client", "streaming", "jetstream", "queue", "messaging", "subscribe", "publish", "request", "response"],
"keywords": ["nats", "client", "streaming", "jetstream", "queue", "messaging", "subscribe", "publish", "request", "response", "bucket", "key-value", "storage"],
"require": {
"php": ">=8"
},
Expand Down

0 comments on commit ba88662

Please sign in to comment.