Skip to content

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

License

Notifications You must be signed in to change notification settings

stilliard/blmreader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages