From d9965bc1f9081da89a50c3cb2c77a64e784564c7 Mon Sep 17 00:00:00 2001 From: Sergio Brighenti Date: Wed, 12 Jun 2024 10:06:31 +0200 Subject: [PATCH] feat(opensource): add nutgram, hydrator and xbackbone (#140) --- awesome/opensource/data/nutgram-hydrator.json | 13 +++++++++++++ awesome/opensource/data/nutgram.json | 17 +++++++++++++++++ awesome/opensource/data/xbackbone.json | 15 +++++++++++++++ 3 files changed, 45 insertions(+) create mode 100644 awesome/opensource/data/nutgram-hydrator.json create mode 100644 awesome/opensource/data/nutgram.json create mode 100644 awesome/opensource/data/xbackbone.json diff --git a/awesome/opensource/data/nutgram-hydrator.json b/awesome/opensource/data/nutgram-hydrator.json new file mode 100644 index 0000000..54eefb7 --- /dev/null +++ b/awesome/opensource/data/nutgram-hydrator.json @@ -0,0 +1,13 @@ +{ + "name": "Nutgram Hydrator", + "repository_platform": "github", + "repository_url": "https://www.github.com/nutgram/hydrator", + "type": "library", + "description": "A super fast, strongly typed, and powerful object hydrator for PHP.", + "license": "MIT", + "tags": [ + "php", + "dto", + "hydrator" + ] +} \ No newline at end of file diff --git a/awesome/opensource/data/nutgram.json b/awesome/opensource/data/nutgram.json new file mode 100644 index 0000000..888d190 --- /dev/null +++ b/awesome/opensource/data/nutgram.json @@ -0,0 +1,17 @@ +{ + "name": "Nutgram", + "repository_platform": "github", + "repository_url": "https://www.github.com/nutgram/nutgram", + "site_url": "https://nutgram.dev", + "type": "library", + "description": "Nutgram is a powerful PHP Telegram bot framework that allows you to build bots easily. Integrates with Laravel and Symfony out of the box.", + "license": "MIT", + "tags": [ + "php", + "telegram", + "bot", + "framework", + "laravel", + "symfony" + ] +} \ No newline at end of file diff --git a/awesome/opensource/data/xbackbone.json b/awesome/opensource/data/xbackbone.json new file mode 100644 index 0000000..35c6ec5 --- /dev/null +++ b/awesome/opensource/data/xbackbone.json @@ -0,0 +1,15 @@ +{ + "name": "XBackBone", + "repository_platform": "github", + "repository_url": "https://www.github.com/sergix44/xbackbone", + "site_url": "https://xbackbone.app", + "type": "tool", + "description": "XBackBone is a simple, self-hosted, lightweight file manager that support multiple instant sharing tools and storage backends.", + "license": "AGPL-3.0", + "tags": [ + "file-manager", + "file-sharing", + "self-hosted", + "sharex" + ] +} \ No newline at end of file