summaryrefslogtreecommitdiff
path: root/manifest.json
blob: fe2cae84562241d479ee705bfccf3f3ae98b665a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
[
  {
    "title": "RoadRunner",
    "links": {
      "readme": "Table of Contents",
      "intro/about": "What is it?",
      "intro/features": "Features",
      "intro/install": "Installation",
      "intro/config": "Configuration Reference",
      "license": "LICENSE"
    }
  },
  {
    "title": "PHP Workers",
    "links": {
      "php/worker": "Worker",
      "php/environment": "Environment",
      "php/developer": "Developer Mode",
      "php/error-handling": "Error Handling",
      "php/restarting": "Restarting",
      "php/limit": "Process Supervisor",
      "php/rpc": "RPC to App Server",
      "php/caveats": "Caveats",
      "php/debugging": "Debugging"
    }
  },
  {
    "title": "HTTPs and HTTP2",
    "links": {
      "http/https": "HTTPs and HTTP/2",
      "http/static": "Static Content",
      "http/headers": "Headers",
      "http/middleware": "Middleware"
    }
  },
  {
    "title": "App Server",
    "links": {
      "beep-beep/cli": "CLI Commands",
      "beep-beep/logging": "Logging",
      "beep-beep/reload": "Auto-Reloading",
      "beep-beep/production": "Production Usage",
      "beep-beep/systemd": "Writing a RR systemd unit file",
      "beep-beep/metrics": "Prometheus Metrics",
      "beep-beep/health": "Healthcheck",
      "beep-beep/build": "Building a Server",
      "beep-beep/kv": "KeyValue Storage",
      "beep-beep/jobs": "Jobs (Queues)",
      "beep-beep/rpc": "RPC",
      "beep-beep/plugin": "Write a Plugin",
      "beep-beep/service": "Service plugin"
    }
  },
  {
    "title": "Integrations",
    "links": {
      "integration/migration": "Migration from V1 to V2",
      "integration/cake": "CakePHP",
      "integration/laravel": "Laravel",
      "integration/slim": "Slim",
      "integration/spiral": "Spiral Framework",
      "integration/symfony": "Symfony Framework",
      "integration/symlex": "Symlex Framework",
      "integration/ubiquity": "Ubiquity Framework",
      "integration/zend": "Zend Expressive",
      "integration/yii": "Yii2 and Yii3",
      "integration/phalcon": "Phalcon3 and Phalcon4",
      "integration/mezzio": "Mezzio",
      "integration/chubbyphp": "Chubbyphp Framework"
    }
  },
  {
    "title": "Docker",
    "links": {
      "docker/ports": "Ports and Containers",
      "docker/images": "Available Images"
    }
  }
]