muhittingulap/xml-parse

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

This package is auto-updated.

Last update: 2024-05-16 18:14:39 UTC


README

PHP-OOP Xml Parse

Latest Stable Version Total Downloads License

Get Started

PHP-OOP Xml Parse

Install

$ composer require muhittingulap/xml-parse

Using in your project

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

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

Config

Parametre Detail
setUrl Xml Url
setParentAttr Repeat parent attr

- getKeys

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