squarify/bookmark

Squarify Bookmark Component

dev-master 2014-01-21 14:07 UTC

This package is not auto-updated.

Last update: 2024-10-08 00:39:21 UTC


README

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