Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Pure WBXML encoding for PHP?

Is there a native PHP wbxml API that can be used platform-independently? Perhaps a loadable module?

I have seen the pecl implementations but I have not been able to successfully work with the builds on win32 platforms.

like image 614
Olaseni Avatar asked Jul 19 '10 08:07

Olaseni


1 Answers

I am not an expert, but what I found out there numbered two options, essentially.

One, the pecl library that you are having trouble with.

Two, I found WBXML encoder and decoder classes in Horde of all places. They might give you a starting point, and since they are open source, they might meet your needs quite nicely. Here is a link where I found them.

http://phpxref.com/xref/horde/lib/XML/WBXML/index.html

like image 110
JC. Avatar answered Oct 28 '22 00:10

JC.