Is there a PHP equivalent to JAXB? It’s proved very useful for Java development, and as a new PHP’er I’d like to use the same concepts JAXB provides in a PHP world.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I was also trying to find the same thing before, but couldn’t. So I decided to write my own library for PHP 5.3 which mirrors JAXB’s annotations to bind objects to XML.
Check it out here: https://github.com/lampjunkie/xml-hitch
Hopefully others will find this useful.