Download the PHP package laravie/parser without Composer
On this page you can find all versions of the php package laravie/parser. 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 parser
XML Document Parser 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:
Installation
To install through composer, simply put the following in your composer.json
file:
And then run composer install
from the terminal.
Quick Installation
Above installation can also be simplify by using the following command:
composer require "laravie/parser=^2.0"
All versions of parser with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
ext-simplexml Version *
illuminate/collections Version ^10.0 || ^11.0 || ^12.0
ext-simplexml Version *
illuminate/collections Version ^10.0 || ^11.0 || ^12.0
The package laravie/parser contains the following files
Loading the files please wait ....