Skip to content

squarify/Bookmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bookmark Component

A PHP Component for parsing Netscape Bookmark File Format.

It is inspired by the Markio project.

use Squarify\Component\Bookmark\Bookmark;

$array = Bookmark::parse(file_get_contents($filename));

print_r($array);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages