Symfony integration for inspirum/xml
.
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],
];
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.