Skip to content

A PHP class for converting REAXML compliant XML files into a PHP array.

License

Notifications You must be signed in to change notification settings

benjy/REA-XML-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#REA XML Parser

This code allows you to easily retrieve an associative arary of properties indexed by property type. Property types as specified in the REAXML documentation include:

  • residential
  • rental
  • land
  • rural
  • commercial
  • commercialLand
  • business

##Further Reading:

##License:

  • This code is licensed under GPL and may be used and distributed freely. You may fork the code make changes add extra features etc. Any changes to this code should be released to the open source community.

    ##Usage: $rea = new REA_XML($debug=true); //uses default fields

     $properties = $rea->parse_dir($xml_file_dir, $processed_dir, $failed_dir, $excluded_files=array());
    
     //or
     $property = $rea->parse_file();
    

For a full list of fields please see. http://reaxml.realestate.com.au/ and click 'Mandatory Fields'

About

A PHP class for converting REAXML compliant XML files into a PHP array.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages