PHP Package: goetas-webservices/xsd2php-runtime

XSD2PHP Runtime is a PHP library compatible with XML Schema Definition. It provides seamless conversion functionalities for intricate data structures.

Current Version: 0.2.17
Last Updated: 2024-04-12
PHP Requirement: >=7.1
Dependencies:
symfony/serializer
goetas/xsd2php
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

The XSD2PHP Runtime library offers robust solutions for transforming XML Schema structures into PHP representations. With comprehensive features and flexibility, it simplifies complex data handling and conversion tasks effectively.

🔗 View on GitHub

Download Latest Version: 0.2.17

Download Download v0.2.17

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/goetas-webservices/xsd2php-runtime/0.2.17/loader.php';
require_once 'libs/symfony/serializer/7.3.4/loader.php';
require_once 'libs/goetas/xsd2php/{lib_version}/loader.php';

use GoetasWebservices\Xsd2Php\Runtime\XmlSerializer;
use Symfony\Component\Serializer\Serializer;
use GoetasWebservices\Xsd2Php\Runtime\XmlUtils;

$obj = new XmlSerializer();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.