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