Is there a PhP wrapper of OpenBabel?

160 Views Asked by At

We are using this for customer to generate images, but we have to serve the images in round-about way. It will be nice if OpenBabel gives us as Stream that can be redirected automatically.

1

There are 1 best solutions below

0
On

YES. You can use swig to compile it.

cmake sourcepath -DPHP_BINDINGS=ON -DRUN_SWIG=ON