piotrpress/wordpress-router

此库将 WordPress 路由添加到 PHP 内置 Web 服务器

v1.0.1 2023-01-08 23:10 UTC

This package is auto-updated.

Last update: 2024-09-09 02:54:24 UTC


README

这是一个针对 PHP 内置 Web 服务器 的 WordPress 路由脚本。

这相当于 Apache 的 RewriteRules.htaccess 文件中。

安装

$ composer require piotrpress/wordpress-router 

使用方法

$ php -S localhost:80 vendor/piotrpress/wordpress-router/res/rewrite.php

许可证

MIT