Is there a PHP library to create a XML document from xpath => value mapping?

This page summarizes the projects mentioned and recommended in the original post on /r/PHPhelp

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • array-to-xml

    A simple class to convert an array to xml

  • could be done that way theoretically, but as processing input from paths to array is needed I'd rather use https://github.com/spatie/array-to-xml mentioned by @lavanderson, less work

  • xml-timetabler

    A simple PHP framework for inputting meeting/events to an xml file and then reading and updating that file as needed.

  • Recently just madre something that uses and creates xml! It's super easy to store values in xml tags and nest them as child tags. If you want to take a look how I did things: https://github.com/alexbteacher/xml-timetabler, obviously I wasn't making xml documents storing file names inside, but all you'd need to do is implement the same simplexml functionality and then change the values you want to your directory results and iterate them to make an entry per file.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts