Skip to content

A PHP Class for Parsing OS X plist files, adapted from a gist.

License

Notifications You must be signed in to change notification settings

kawaiidesune/plist-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plist Parser

A PHP Class for Parsing OS X plist files, adapted from a gist by michaelfox.

Usage

This original block of code was included in the original gist.

$plist = Plist::from_file("~/Music/iTunes/iTunes Music Library.xml");
print_r($plist->as_array());

About

A PHP Class for Parsing OS X plist files, adapted from a gist.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages