Is there a way to make one of my PHP API libraries compiled into PHP extensions? I don't want my client see the source code of that PHP API.
I searched and found the same, BUT with Cython (of Python): How to protect and compile python source code into a .so library?
Thanks!