The Wayback Machine - https://web.archive.org/web/20201208131813/https://github.com/stilliard/blmreader
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

README.md

BLM file format reader

Build Status

This php composer package provides a simple way to read BLM files for use with rightmove files

Install

composer require stilliard/blmreader 1.0.1

Example usage

$blm = new \BLM\Reader(dirname(__FILE__)  . '/test.blm');
var_dump($blm->toArray());

About

PHP BLM file format reader / parser (for use with rightmove files)

Topics

Resources

License

Sponsor this project

 

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages

You can’t perform that action at this time.