You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{icon: "🐘",title: "Runs on PHP",description: "No additional software is required—PHPStreamServer runs entirely on PHP. Just install via Composer and get started!"},
11
-
{icon: "⚡",title: "Always-in-memory",description: "Keeps applications loaded in memory for enhanced performance and faster response times."},
12
-
{icon: "🌐",title: "Asynchronous HTTP Server",description: "Built-in HTTP server with support for HTTP/2, HTTPS, GZIP, static file serving, and middleware."},
13
-
{icon: "⚙️",title: "Advanced Worker Management",description: "Includes worker reload strategies based on TTL, memory usage, or exceptions."},
14
-
{icon: "🕒",title: "Flexible Scheduler",description: "Schedule tasks like Cron jobs with customizable intervals."},
{icon: "📝",title: "Powerful Logging System",description: "Log to files, Stdout/Stderr, Syslog, or Graylog with advanced log routing."},
17
-
{icon: "📊",title: "Prometheus Metrics Support",description: "Exposes a metrics endpoint for monitoring server performance and tracking custom application metrics."},
18
-
{icon: "📂",title: "File Monitoring for Development",description: "Automatically reloads workers when file changes are detected, perfect for development experience."},
19
-
{icon: "🔌",title: "Plugin System",description: "Extend functionality with built-in plugins or create custom plugins to fit your needs."},
23
+
{icon: Icon1,iconColor: 'hsl(283 89% 26%)',title: "Runs on PHP",description: "No additional software is required—PHPStreamServer runs entirely on PHP. Just install via Composer and get started!"},
24
+
{icon: Icon2,iconColor: 'hsl(51 95% 53%)',title: "Always-in-memory",description: "Keeps applications loaded in memory for enhanced performance and faster response times."},
25
+
{icon: Icon3,iconColor: 'hsl(217 91% 60%)',title: "Asynchronous HTTP Server",description: "Built-in HTTP server with support for HTTP/2, HTTPS, GZIP, static file serving, and middleware."},
26
+
{icon: Icon4,iconColor: 'hsl(217 91% 60%)',title: "Advanced Worker Management",description: "Includes worker reload strategies based on TTL, memory usage, or exceptions."},
27
+
{icon: Icon5,iconColor: 'hsl(215.4 16.3% 46.9%)',title: "Flexible Scheduler",description: "Schedule tasks like Cron jobs with customizable intervals."},
{icon: Icon7,iconColor: 'hsl(51 95% 53%)',title: "Powerful Logging System",description: "Log to files, Stdout/Stderr, Syslog, or Graylog with advanced log routing."},
30
+
{icon: Icon8,iconColor: 'hsl(217 91% 60%)',title: "Prometheus Metrics Support",description: "Exposes a metrics endpoint for monitoring server performance and tracking custom application metrics."},
31
+
{icon: Icon9,iconColor: 'hsl(51 95% 53%)',title: "File Monitoring for Development",description: "Automatically reloads workers when file changes are detected, perfect for development experience."},
32
+
{icon: Icon10,iconColor: 'hsl(215.4 16.3% 46.9%)',title: "Plugin System",description: "Extend functionality with built-in plugins or create custom plugins to fit your needs."},
20
33
];
21
34
22
35
constIndex=()=>{
23
36
const{siteConfig}=useDocusaurusContext();
24
37
return(
25
-
<Layouttitle={`${siteConfig.title}`}description="High-performance PHP application server and process manager written in PHP">
38
+
<Layouttitle={`${siteConfig.title}`}description="Application server and process manager for modern PHP applications.">
<divclassName="text-lg">Get up and running with PHPStreamServer in just a few lines of code. Here's a simple HTTP server example to get you started.</div>
92
+
<divclassName="font-semibold">Install via composer</div>
0 commit comments