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
Copy file name to clipboardExpand all lines: src/components/LandingPage/index.js
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -23,13 +23,13 @@ const features = [
23
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
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
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."},
26
+
{icon: Icon4,iconColor: 'hsl(217 91% 60%)',title: "Advanced Worker Management",description: "Includes worker reload strategies triggered by TTL, memory usage, or exceptions."},
27
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."},
29
+
{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
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."},
31
+
{icon: Icon9,iconColor: 'hsl(51 95% 53%)',title: "File Monitoring for Development",description: "Automatically reloads workers when file changes are detected, making it ideal for development."},
32
+
{icon: Icon10,iconColor: 'hsl(215.4 16.3% 46.9%)',title: "Plugin System",description: "Extend functionality with built-in plugins, or create custom ones to fit your needs."},
33
33
];
34
34
35
35
constIndex=()=>{
@@ -44,9 +44,9 @@ const Index = () => {
44
44
Application server and process manager for modern PHP applications.
45
45
</h1>
46
46
<divclassName="text-base dark:text-gray-200">
47
-
PHPStreamServer is a high-performance, event-loop-based application server and supervisor for PHP, written in PHP.<br/>
48
-
Powered by the <Linkhref="https://revolt.run/">Revolt</Link> event loop and built on the <Linkhref="https://amphp.org/">AMPHP</Link> ecosystem, it brings true asynchronous capabilities to your applications.<br/>
49
-
PHPStreamServer is highly extensible with its plugin system, allowing it to replace traditional setups like Nginx, PHP-FPM, Cron, and Supervisor.
47
+
<strong>PHPStreamServer</strong> is a high-performance, event-loop-based application server and supervisor for PHP, written in PHP.<br/>
48
+
Powered by the <Linkhref="https://revolt.run/">Revolt</Link> event loop and built on the <Linkhref="https://amphp.org/">AMPHP</Link> ecosystem, it brings true asynchronous capabilities to PHP applications.<br/>
49
+
With its extensible plugin system, PHPStreamServer can replace traditional stacks such as Nginx, PHP-FPM, Cron, and Supervisor.
0 commit comments