php-schema2class and xsd2php
About php-schema2class
martin-helmich/php-schema2class
Generate PHP classes from JSON schemas
This tool helps PHP developers automatically create PHP classes from JSON schemas. You provide a JSON schema (often in YAML format) that describes your data structure, and it generates the corresponding PHP classes, complete with getters, setters, and validation logic. This is for PHP developers who need to work with structured JSON data in their applications.
About xsd2php
goetas-webservices/xsd2php
Convert XSD into PHP classes and JMS serializer definitions
This tool helps developers who need to work with XML data defined by XSD or WSDL schemas. It takes these schema definitions and automatically generates corresponding PHP classes, along with metadata for the JMS Serializer library. This allows developers to easily convert complex XML structures into PHP objects and vice-versa, streamlining the handling of web service responses or other structured XML data within their applications.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work