Skip to content

BLM Decoder to process blm files into a workable php array/object

Notifications You must be signed in to change notification settings

angelexevior/blmdecoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

blmdecoder

BLM Decoder to process blm files into a workable php array/object

Instructions

Simply include the class and run: $blm = new phpblm("YOURFILELOCATION/file.blm");

See the results

foreach ($blm->properties() as $properties) { print_r($properties); }

About

BLM Decoder to process blm files into a workable php array/object

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages