From e987aa84e11ad76a0be1ad5293e51cf42b19f94f Mon Sep 17 00:00:00 2001 From: HerrHase Date: Sun, 10 Oct 2021 18:00:17 +0200 Subject: [PATCH] adding --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5e751b1..7e1ded8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # Pirectus - a small Client for Directus 9 This Version is in a early Stage and only supports get, post, patch for Items. Authentification is only possible with token. +It uses (https://docs.guzzlephp.org/en/stable/)[https://docs.guzzlephp.org/en/stable/] and is inspired by the (https://docs.directus.io/reference/sdk/)[https://docs.directus.io/reference/sdk/] + +Pirectus is used in (https://github.com/tentakelfabrik/super-gear-directus)[https://github.com/tentakelfabrik/super-gear-directus], a small CMS. ## Installation