PEAR::XML_Serializer

PEAR’s XML_Serializer is just what I needed for some upcoming work. The class converts arrays and objects to XML and an accompanying deserializer turns XML into objects.

Before you install it, you’ll need to update XML_Parser, and run pear config-set preferred_state beta.

Possibly Related posts (machine generated):

  1. Installing non-stable PEAR packages
  2. PHP Application Structure
  3. Sherlock 3 Channel Development
  4. Adventures in .htaccess
  5. PEAR on Mac OS X

More like this: , .