Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

phpblm

Major fun with Rightmove BLM files

Really old PHP class for parsing out Rightmove BLM files. Will try and clean up a bit at some point. There was also some stuff to process zips and the images that I might be able to knock into some kind of shape.

Usage

$blm = new phpblm("test.BLM");

// Property count
echo $blm->propCount();

// Get the postcode of the first property
echo $blm->getData("POSTCODE1", 0);

// See everything
print_r($blm->properties());

Licence

If you need such a thing, consider it MIT.

About

Parser for Rightmove BLM format

Topics

Resources

Stars

5 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages