magicsunday/xmlmapper

Map PHP to XML

1.1.0 2024-04-23 11:10 UTC

This package is auto-updated.

Last update: 2024-04-23 11:16:33 UTC


README

Latest version License CI

XmlMapper

This module provides a mapper to map PHP classes to XML utilizing Symfony's property info and access packages.

Installation

Using Composer

To install using composer, just run the following command from the command line.

composer require magicsunday/xmlmapper

To remove the module run:

composer remove magicsunday/xmlmapper

Development

Testing

composer update
composer ci:cgl
composer ci:test
composer ci:test:php:phplint
composer ci:test:php:phpstan
composer ci:test:php:rector
composer ci:test:php:unit