By compiling PHP to Scheme, then to C, finally binary native,
BPC achieves 100% PHP source code protection.
PHP scripts finally compiled to standalone executable or dynamic shared library.
No opcode, No Zend VM, just pure native binaries.
Integrate with licensing, software can hardly be broken or bypassed.
Any such kind of trying will be time-consuming and rewardless.
BPC passed PHP phpt test cases, so you can simply develope with PHP,
compile and release with BPC.
Final output is ONE standalone executable or a few dynamic shared libraries,
deployment is so easy.
BPC extension development is far more easier than that of PHP,
it is simply scheme code or c api calls.