Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一种解决方案(如果存在这样的解决方案)来从 .phar 类似于 Java 的 WAR 文件发布 PHP Web 应用程序。
要求:
我知道构建它相对容易,但我想知道是否有现成的解决方案?
您可以轻松地从 phar 文件访问静态文件,但会涉及一些性能损失。
有关更多信息,请参阅我的phar 基准博客文章。