Encrypt PHP source code in Yii

无人久伴 提交于 2019-12-24 14:22:42

问题


Is there any Yii specific ways available to encrypt the source code? I do not want my client to see my source code. I want to encrypt all my PHP files and codes. Any idea?


回答1:


Use Zend Guard.Best way to encrypt all PHP Source codes.

Other methods are

Ion Cube

Source Guardian

phpSHIELD




回答2:


Surley there are ways to encode the project like
Zend Guard
and
IonCube
but you will have to pay for them and yes while encrypting the code do not forget the Yii license



来源:https://stackoverflow.com/questions/20896647/encrypt-php-source-code-in-yii

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!