2017 © Pedro Peláez
 

library blmreader

BLM file format reader (for use with rightmove files)

image

stilliard/blmreader

BLM file format reader (for use with rightmove files)

  • Friday, May 26, 2017
  • by stilliard
  • Repository
  • 5 Watchers
  • 12 Stars
  • 10,212 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 2 Versions
  • 7 % Grown

The README.md

BLM file format reader

Build Status, (*1)

This php composer package provides a simple way to read BLM files for use with rightmove files, (*2)

Install

composer require stilliard/blmreader 1.0.1

Example usage

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

The Versions

26/05 2017

dev-master

9999999-dev

BLM file format reader (for use with rightmove files)

  Sources   Download

MIT

by Andrew Stilliard

17/03 2016

v1.0.0

1.0.0.0

BLM file format reader (for use with rightmove files)

  Sources   Download

MIT

by Andrew Stilliard