inspirum / xml-symfony
Symfony bundle for inspirum/xml library
v1.1.0
2024-04-19 13:47 UTC
Requires
- php: ^8.2
- ext-json: *
- inspirum/xml: ^3.0
- symfony/dependency-injection: ^6.1 || ^7.0
- symfony/http-kernel: ^6.1 || ^7.0
Requires (Dev)
- inspirum/coding-standard: ^1.4
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^10.5
- shipmonk/composer-dependency-analyser: ^1.5
- squizlabs/php_codesniffer: ^3.9
- symfony/config: ^6.1 || ^7.0
- symfony/filesystem: ^6.1 || ^7.0
- symfony/yaml: ^6.1 || ^7.0
This package is auto-updated.
Last update: 2024-10-17 13:02:35 UTC
README
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.