tags:

views:

115

answers:

1

I have to use a custom build python libraries inside PHP and is considering using PiP. Any other recomendations?

+1  A: 

I do not have any experience with that PHP extension, but it does appear to be in alpha stage and documentation for the extension seems very limited.

Depending on your needs, it may be suitable to call the Python interpreter using exec() or proc_open().

Inspire