Download the PHP package orchestra/parser without Composer
On this page you can find all versions of the php package orchestra/parser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download orchestra/parser
More information about orchestra/parser
Files in orchestra/parser
Download orchestra/parser
More information about orchestra/parser
Files in orchestra/parser
Vendor orchestra
Package parser
Short Description XML Document Parser for Laravel and PHP
License MIT
Package parser
Short Description XML Document Parser for Laravel and PHP
License MIT
Please rate this library. Is it a good library?
Informations about the package parser
XML Document Parser for Laravel and PHP
Parser Component is a framework agnostic package that provide a simple way to parse XML to array without having to write a complex logic.
Imagine if you can parse
to
by just writing this:
Version Compatibility
Laravel | Parser |
---|---|
6.x | 4.x |
7.x | 5.x |
8.x | 6.x |
9.x | 7.x |
10.x | 8.x |
11.x | 9.x |
Installation
To install through composer, run the following command from terminal:
composer require "orchestra/parser"
Configuration
Next add the service provider in config/app.php
.
Aliases
You might want to add Orchestra\Parser\Xml\Facade
to class aliases in config/app.php
:
All versions of parser with dependencies
PHP Build Version
Package Version
The package orchestra/parser contains the following files
Loading the files please wait ....