inspirum/xml-symfony

Symfony bundle for inspirum/xml library

v1.1.0 2024-04-19 13:47 UTC

This package is auto-updated.

Last update: 2024-04-20 14:05:07 UTC


README

Latest Stable Version Build Status PHPStan Total Downloads Software License

Symfony integration for inspirum/xml.

Installation

Run composer require command:

composer require inspirum/xml-symfony

Enable bundle by adding it to the list of registered bundles in the config/bundles.php file of your project:

<?php

return [
    // ...
    Inspirum\XML\Integration\Symfony\XMLBundle::class => ['all' => true],
];

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details.

Security

If you discover any security related issues, please email tomas.novotny@inspirum.cz instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.