platform independent - Pure WBXML encoding for PHP? -


Is there a basic PHP wbxml API that platform can be used independently? Maybe loadable module?

I have seen pecl implementation but I am not able to work successfully with build on Win32 platforms.

I am not an expert, but I came to know that two options are counted there.

One, peak library which you are having trouble

Two, I found WBXML encoder and decoder class in a gang of all places. They can give you a starting point, and because they are open sources, they can meet your needs well Here is a link where I found them.


Comments