Level42 / NotJaxbBundle

A Symfony 2 bundle to bind XML to PHP objects or PHP objects to XML using annotations
MIT License
3 stars 2 forks source link

NotJaxbBundle

Build Status

Latest Stable Version

Latest Unstable Version

Ce bundle permet d'hydrater des objets PHP à partir d'un fichier XML en utilisant des annotations ou de la même manière, de générer un flux XML à partir d'un objet. Un peu comme SAX en Java ;) A l'origine il s'agit de l'outil https://raw.github.com/lampjunkie/xml-hitch intégré dans un bundle et avec quelques fonctionnalités supplémentaires (namespace, recursivité des objets)

A Symfony 2 bundle to bind XML to PHP objects using annotations or generate XML from PHP object. Like SAX in Java ;) Originally it's the https://raw.github.com/lampjunkie/xml-hitch tool with some additionals features (namespace, recursion)