stilliard/blmreader

BLM file format reader (for use with rightmove files)

Fund package maintenance!
stilliard

v1.0.1 2019-09-08 18:27 UTC

This package is auto-updated.

Last update: 2024-10-09 08:24:45 UTC


README

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