Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 412 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 412 Bytes

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());