From 628626de0bf53a124f11a2664ccd30e1bfff23cf Mon Sep 17 00:00:00 2001 From: mariak-coder Date: Sun, 30 Aug 2026 22:49:06 +0200 Subject: [PATCH] Upd. Composer metadata: product description, homepage, keywords, support links --- composer.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ab22870..750521b 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,23 @@ { "name": "cleantalk/contacts-encoder", - "description": "CleanTalk ContactsEncoder class", + "description": "Email obfuscation for email addresses and phone numbers. Stops smart bots via the CleanTalk anti-spam cloud. Works with any framework or plain HTML.", + "homepage": "https://cleantalk.org/contact-encoder", + "keywords": [ + "email-obfuscation", + "email-protection", + "anti-spam", + "spam-protection", + "bot-protection", + "phone-number", + "contact-form", + "privacy", + "gdpr", + "mailto" + ], + "support": { + "issues": "https://github.com/CleanTalk/contacts-encoder/issues", + "source": "https://github.com/CleanTalk/contacts-encoder" + }, "authors": [ { "name": "CleanTalk Team",