goetas / xsd2php

Convert XSD into PHP classes and serialize into XML (deserialize too)
149 stars 62 forks source link

Looking for help! Documentation needed #45

Open goetas opened 10 years ago

goetas commented 10 years ago

Someone interested to create a tutorial on how to use xsd2php?

Some examples or code samples?

PierreY commented 10 years ago

I'll be glad to provide an example of deserialization later on. Cheers

ramittal commented 9 years ago

I have some sample code here. Hope this helps and was you were looking for:

generate classes: https://github.com/ramittal/sdk-php/blob/master/genclass.sh xml serialization: https://github.com/ramittal/sdk-php/blob/master/lib/net/authorize/api/controller/base/ApiOperationBase.php tests: https://github.com/ramittal/sdk-php/blob/master/tests/Controller_Test.php I might be doing some code reorganization soon.

goetas commented 9 years ago

@ramittal Thank you! I will find a way to add this stuff some where into the project.