• Sign in

clawdbot / moltbot-relay-php · Files

Favicon

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Forks
  • Network
  • moltbot-relay-php
  • composer.json
  • Initial commit
      81f3045f
    谭苏航 authored
    2026-01-29 20:10:38 +0800  
    Browse Files »
composer.json 419 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
{
    "name": "moltbot/relay-server",
    "description": "IoT Relay Server for Clawdbot WeChat Integration",
    "type": "project",
    "license": "MIT",
    "require": {
        "php": ">=8.0",
        "workerman/workerman": "^4.1",
        "firebase/php-jwt": "^6.10",
        "predis/predis": "^2.3"
    },
    "autoload": {
        "psr-4": {
            "Moltbot\\Relay\\": "src/"
        }
    }
}