问题
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