API: torrents upload/list

This commit is contained in:
xiaomlove
2025-04-17 01:39:40 +07:00
parent 0d3a46231d
commit 2b029eba10
72 changed files with 2332 additions and 507 deletions
Generated
+84 -2
View File
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "4391f5fb2633f1fa33c4099a1b176b78",
"content-hash": "e1de7765d56f7550f8cae764df3f7753",
"packages": [
{
"name": "anourvalar/eloquent-serialize",
@@ -6965,6 +6965,87 @@
],
"time": "2024-12-30T13:13:39+00:00"
},
{
"name": "stichoza/google-translate-php",
"version": "v5.2.0",
"source": {
"type": "git",
"url": "https://github.com/Stichoza/google-translate-php.git",
"reference": "9429773d991c98f68a25bec40d20f590ea3312a0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Stichoza/google-translate-php/zipball/9429773d991c98f68a25bec40d20f590ea3312a0",
"reference": "9429773d991c98f68a25bec40d20f590ea3312a0",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-json": "*",
"ext-mbstring": "*",
"guzzlehttp/guzzle": "^7.0",
"php": "^8.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5.10"
},
"type": "library",
"autoload": {
"psr-4": {
"Stichoza\\GoogleTranslate\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Levan Velijanashvili",
"email": "me@stichoza.com"
}
],
"description": "Free Google Translate API PHP Package",
"homepage": "https://github.com/Stichoza/google-translate-php",
"keywords": [
"google",
"php",
"translate",
"translating",
"translator"
],
"support": {
"issues": "https://github.com/Stichoza/google-translate-php/issues",
"source": "https://github.com/Stichoza/google-translate-php/tree/v5.2.0"
},
"funding": [
{
"url": "https://btc.com/bc1qc25j4x7yahghm8nnn6lypnw59nptylsw32nkfl",
"type": "custom"
},
{
"url": "https://www.paypal.me/stichoza",
"type": "custom"
},
{
"url": "https://ko-fi.com/stichoza",
"type": "ko_fi"
},
{
"url": "https://liberapay.com/stichoza",
"type": "liberapay"
},
{
"url": "https://opencollective.com/stichoza",
"type": "open_collective"
},
{
"url": "https://www.patreon.com/stichoza",
"type": "patreon"
}
],
"time": "2024-08-05T19:11:36+00:00"
},
{
"name": "symfony/clock",
"version": "v7.2.0",
@@ -13044,11 +13125,12 @@
"ext-mbstring": "*",
"ext-mysqli": "*",
"ext-pcntl": "*",
"ext-posix": "*",
"ext-redis": "*",
"ext-xml": "*",
"ext-zend-opcache": "*",
"ext-zip": "*"
},
"platform-dev": [],
"platform-dev": {},
"plugin-api-version": "2.6.0"
}