From 9167104b9c0794f90b3e6eb17ea0b95d60fd848b Mon Sep 17 00:00:00 2001 From: netkas Date: Fri, 14 Mar 2025 15:19:35 -0400 Subject: [PATCH] Updated README.md https://git.n64.cc/Nosial/psynclib/issues/1#issuecomment-589 --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 3a69549..7717f0b 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,26 @@ PsyncLib (`net.nosial.psynclib`) is a PHP library that introduces parallel opera additional software such as a Message Queue or a Job Queue. Using Shared Memory & Forking, PsyncLib allows you to create parallel operations by calling several simple functions. +## Community + +This project and many others from Nosial are available on multiple publicly available and free git repositories at + +- [n64](https://git.n64.cc/nosial/psynclib) +- [GitHub](https://github.com/nosial/psynclib) +- [Codeberg](https://codeberg.org/nosial/psynclib) + +Issues & Pull Requests are frequently checked and to be referenced accordingly in commits and changes, Nosial remains +dedicated to keep these repositories up to date when possible. + +For questions & discussions see the public Telegram community at [@NosialDiscussions](https://t.me/NosialDiscussions). +We do encourage community support and discussions, please be respectful and follow the rules of the community. + + ## Table of contents * [PsyncLib](#psynclib) + * [Community](#community) * [Table of contents](#table-of-contents) * [Versioning](#versioning) * [Installation](#installation)