aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2021-03-02 03:18:04 +0300
committerEvgeny Zinoviev <me@ch1p.io>2021-03-02 03:18:04 +0300
commit6cd5d5aef1fad6152af67f2f642577d57700d833 (patch)
tree5fbba9e55c4aaa970d4e024eb417c3568294e1d3
parent835ea86ca040b91dfebbf15d84be66bf49a28fa2 (diff)
readme: add Clients section
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4a2d240..f6895eb 100644
--- a/README.md
+++ b/README.md
@@ -43,6 +43,12 @@ CREATE TABLE `jobs` (
For optimization purposes, you can turn fields `target` and `slot` into `ENUM`s.
+## Clients
+
+#### PHP
+
+[php-jobd-client](github.com/gch1p/php-jobd-client) (official)
+
## jobd requests
* **`poll(targets=[])`** — get new tasks for specified `targets` from database.