squarify/bookmark

Squarify Bookmark Component

Installs: 312

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/squarify/bookmark

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

This package is not auto-updated.

Last update: 2025-12-30 07:25:42 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);