inspirum / xml-php-symfony

Symfony bundle for inspirum/xml library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XML Symfony Bundle

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.

About

Symfony bundle for inspirum/xml library

License:MIT License


Languages

Language:PHP 100.0%