muhittingulap/xml-parse

PHP-OOP Xml 解析

v1.1 2021-06-10 02:50 UTC

This package is auto-updated.

Last update: 2024-09-16 18:50:58 UTC


README

PHP-OOP Xml 解析

Latest Stable Version Total Downloads License

开始使用

PHP-OOP Xml 解析

安装

$ composer require muhittingulap/xml-parse

在项目中使用

    <?php     
    include('vendor/autoload.php');

    $xml = new \MGXML\libraries\xml();
    $xml->setUrl($url) // Xml url
        ->setParentAttr("product"); // Example repeat parent attr

配置

- getKeys

<?php 
$return = $xml->getKeys(); // Get array xml attr keys