Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inspirum/xml-php-symfony
Symfony bundle for inspirum/xml library
https://github.com/inspirum/xml-php-symfony
Last synced: about 2 months ago
JSON representation
Symfony bundle for inspirum/xml library
- Host: GitHub
- URL: https://github.com/inspirum/xml-php-symfony
- Owner: inspirum
- License: mit
- Created: 2022-08-13T18:06:17.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-17T12:10:04.000Z (8 months ago)
- Last Synced: 2024-05-17T13:31:43.871Z (8 months ago)
- Language: PHP
- Size: 27.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: docs/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# XML Symfony Bundle
[![Latest Stable Version][ico-packagist-stable]][link-packagist-stable]
[![Build Status][ico-workflow]][link-workflow]
[![PHPStan][ico-phpstan]][link-phpstan]
[![Total Downloads][ico-packagist-download]][link-packagist-download]
[![Software License][ico-license]][link-licence]Symfony integration for [`inspirum/xml`][link-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
['all' => true],
];
```## Contributing
Please see [CONTRIBUTING][link-contributing] and [CODE_OF_CONDUCT][link-code-of-conduct] for details.
## Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
## Credits
- [Tomáš Novotný](https://github.com/tomas-novotny)
- [All Contributors][link-contributors]## License
The MIT License (MIT). Please see [License File][link-licence] for more information.
[ico-license]: https://img.shields.io/github/license/inspirum/xml-php-symfony.svg?style=flat-square&colorB=blue
[ico-workflow]: https://img.shields.io/github/actions/workflow/status/inspirum/xml-php-symfony/master.yml?branch=master&style=flat-square
[ico-packagist-stable]: https://img.shields.io/packagist/v/inspirum/xml-symfony.svg?style=flat-square&colorB=blue
[ico-packagist-download]: https://img.shields.io/packagist/dt/inspirum/xml-symfony.svg?style=flat-square&colorB=blue
[ico-phpstan]: https://img.shields.io/badge/style-level%209-brightgreen.svg?style=flat-square&label=phpstan[link-xml]: https://github.com/inspirum/xml-php
[link-author]: https://github.com/inspirum
[link-contributors]: https://github.com/inspirum/xml-php-symfony/contributors
[link-licence]: ./LICENSE.md
[link-changelog]: ./CHANGELOG.md
[link-contributing]: ./docs/CONTRIBUTING.md
[link-code-of-conduct]: ./docs/CODE_OF_CONDUCT.md
[link-workflow]: https://github.com/inspirum/xml-php-symfony/actions
[link-packagist-stable]: https://packagist.org/packages/inspirum/xml-symfony
[link-packagist-download]: https://packagist.org/packages/inspirum/xml-symfony/stats
[link-phpstan]: https://github.com/phpstan/phpstan