Registry / serialization / sabre-xml

sabre-xml

JSON →
library4.1.0phppackagistunverified

sabre/xml is an XML library that you may not hate.

composer require sabre/xml
INSTALL
IMPORT
SIG · SABRE-XML
S
sabre-xml
serializationphpv4.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Service
use Sabre\Xml\Service;

Serialize data to XML using the Service class.

use Sabre\Xml\Service; $service = new Service(); $xml = $service->write('{http://example.org}root', function($writer) { $writer->writeElement('{http://example.org}child', 'value'); });
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.1.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources
sabre-xml — pip install sabre-xml · libregistry