Skip to content

Helps us parse the VaultWareXML into an easy to use and manipulate PHP object

License

Notifications You must be signed in to change notification settings

ayyobro/EasyXMLParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

EasyXMLParser

Helps us parse XML strings into an easy to use and manipulate PHP object

Example

$remotePropertyFile = '/path/to/xml/on/server.xml';
// or
$remotePropertyFile = 'ftp://'.
    $_ENV['SERVER_USERNAME']. ':' . 
    $_ENV['SERVER_PASSWORD'].'@'.$_ENV['SERVER_IP'].
    '/'.$file;
$parser = new EasyXMLParser($remotePropertyFile);
$object = $parser->handle(); // Retrieve XML object

About

Helps us parse the VaultWareXML into an easy to use and manipulate PHP object

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages