文件名称:PHP-Built-in-web-server-Router:用于PHP内置Web服务器PHP路由器
文件大小:682KB
文件格式:ZIP
更新时间:2024-06-01 11:07:33
php router php-router php-server builtin-server
仅在开发环境中使用此功能 PHP内置在网络服务器路由器中 该库具有对缓存支持 Router.php在index.php之前加载,因此您可以: 启用了CORS 设置环境变量和常量 和一切 它还带有一个自定义的控制台函数,用于将字符串输出到终端中(请查看index.php的用法)。 使用后不要忘记删除它,此功能仅适用于开发! console_output( $string , 'another', array('show'=>1) , ...args ) NODE.JS 如果在节点环境中需要php web服务器,我强烈建议使用 ,它使用此路由器作为默认路由器,以及更多其他配置选项。 npm install node-php-awesome-server --save-dev 如果将其安装为npm软件包,则只能检索路由器的绝对路径,库文件和cURL证书。 npm inst
【文件预览】:
PHP-Built-in-web-server-Router-master
----.gitignore(95B)
----package.json(2KB)
----src()
--------startServer.bat(96B)
--------cacert.pem(211KB)
--------logo.png(15KB)
--------php_5.png(8KB)
--------router.class.php(36KB)
--------router.php(747B)
--------mimes.json(33KB)
--------php_7.png(9KB)
----index.php(1KB)
----assets()
--------images()
--------css()
----index.js(328B)
----README.md(3KB)
----test()
--------routerPath.js(170B)