{"id":95409,"library":"goetas-webservices-xsd-reader","title":"Goetas WebServices XSD Reader","description":"Read any XML Schema (XSD) programmatically with PHP.","status":"active","version":"0.4.11","language":"php","source_language":null,"source_url":"https://github.com/goetas-webservices/xsd-reader","tags":["xsd","xml","schema","parser"],"install":[{"cmd":"composer require goetas-webservices/xsd-reader","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"XsdReader","correct":"use GoetasWebservices\\Xsd\\XsdToPhp\\XsdReader;"}],"quickstart":{"code":"<?php\nuse GoetasWebservices\\Xsd\\XsdToPhp\\XsdReader;\n\n$reader = new XsdReader();\n$schema = $reader->readFile('schema.xsd');\nforeach ($schema->getTypes() as $type) {\n    echo $type->getName();\n}","lang":"php","description":"Parse an XSD file and iterate over its types."},"warnings":[],"env_vars":null,"search_vec":"'goeta':1 'parser':16 'php':12 'programmat':10 'read':5 'reader':4 'schema':8,15 'webservic':2 'xml':7,14 'xsd':3,9,13","created_at":"2026-06-19T10:30:20.649982+00:00","updated_at":"2026-06-19T10:30:20.649982+00:00","problems":[],"ecosystem":"packagist","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/goetas-webservices/xsd-reader","github":"https://github.com/goetas-webservices/xsd-reader","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization","utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-19","next_check":"2026-12-16","install_tag":null}}