magicsunday / xmlmapper
Map PHP to XML
                                    Fund package maintenance!
                                                                            
                                                                                                                                        paypal.me/magicsunday
                                                                                    
                                                                
Installs: 582
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/magicsunday/xmlmapper
Requires
- php: >=8.2.0 <8.5.0
- ext-dom: *
- ext-xml: *
- doctrine/annotations: ^2.0
- doctrine/inflector: ^2.0
- symfony/property-access: ^6.0 || ^7.0
- symfony/property-info: ^6.0 || ^7.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.65
- overtrue/phplint: ^9.0
- phpdocumentor/reflection-docblock: ^5.0
- phpstan/phpstan: ^2.0
- phpstan/phpstan-deprecation-rules: ^2.0
- phpstan/phpstan-phpunit: ^2.0
- phpstan/phpstan-strict-rules: ^2.0
- phpunit/phpunit: ^11.0
- rector/rector: ^2.0
Suggests
- phpdocumentor/reflection-docblock: In order to use the PhpDocExtractor this library is required too.
README
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