Skip to content

Commit

Permalink
feat(opensource): add nutgram, hydrator and xbackbone (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergix44 authored Jun 12, 2024
1 parent 29f1b32 commit d9965bc
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
13 changes: 13 additions & 0 deletions awesome/opensource/data/nutgram-hydrator.json
Original file line number Diff line number Diff line change
@@ -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"
]
}
17 changes: 17 additions & 0 deletions awesome/opensource/data/nutgram.json
Original file line number Diff line number Diff line change
@@ -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"
]
}
15 changes: 15 additions & 0 deletions awesome/opensource/data/xbackbone.json
Original file line number Diff line number Diff line change
@@ -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"
]
}

0 comments on commit d9965bc

Please sign in to comment.