最佳 PHP 编码器
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/1919885/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Best PHP Encoder
提问by A.N.M. Saiful Islam
How does the php encoderworks? Do they need any server side softwareinstallation? How I usethem?
php编码器是如何工作的?他们需要安装任何服务器端软件吗?我如何使用它们?
Which one from the below is bestPHP encoder?
下面哪一个是最好的PHP 编码器?
- ioncube
- sourceguardian
- phpshield
- phpcipher
- truebug
- 离子立方体
- 源卫士
- 护盾
- 密码
- 真虫
采纳答案by Priyank Bolia
most of the php encoder requires server side software installation. Please see the documentation of using them, as each have their own way: e.g: PHP Encoder - how it works
大多数php编码器需要安装服务器端软件。请参阅使用它们的文档,因为每个都有自己的方式:例如:PHP 编码器 - 它是如何工作的
Some more encoders:
更多编码器:
回答by Sarfraz
Not from your list but I would go for this which has been really successful:
不是从你的名单上,但我会去做这个非常成功的事情:
回答by bluecoder
For free version, you could try at Monas free php encoder/decoder. They stored their bytecode in variable length format so it can reduce your bytecode size. it seems still in early development, but work very good.
对于免费版本,您可以尝试使用Monas 免费 php 编码器/解码器。他们以可变长度格式存储他们的字节码,因此它可以减少您的字节码大小。它似乎仍处于早期开发阶段,但效果很好。

