Download the PHP package flowgistics/laravel-xml without Composer
On this page you can find all versions of the php package flowgistics/laravel-xml. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-xml
Laravel XML made easy!
This package handles importing and exporting XML data from your Laravel application.
The main features are
- Fast XML importing with the ability to cast to classes and models
- XML exporting from (nested / value only ) arrays
- Exporting Laravel views to XML
Installation
You can install the package via composer:
Usage
This packages comes with a facade which you can use like this \XML::
or use it in your class like use XML;
In depth guides can be found here:
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
- Flowgistics
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-xml with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
illuminate/support Version >=8.47
ext-dom Version *
ext-simplexml Version *
ext-json Version *
illuminate/support Version >=8.47
ext-dom Version *
ext-simplexml Version *
ext-json Version *
The package flowgistics/laravel-xml contains the following files
Loading the files please wait ....