free-id/xml

XML parser for free-id/core package

1.0.5 2022-07-27 09:01 UTC

README

Latest Version on Packagist Tests Total Downloads

Installation

You can install the package via composer:

composer require free-id/xml

Usage

use FreeId\Xml\Parser;

$parser = new Parser();
echo $parser->find();

Parameters

Parameter Description Default
path (string) Path to the file to be searched -
child_element (string) The child element to be searched for -
attribute (string) Attribute by which the search will be performed id
start_id (int) Identifier from which the search will start 1

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.