Skip to content

tommc1985/itunes-library-parsing-class

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

iTunes Library Parsing Class

PHP Class to parse an iTunes Library XML file into an array of objects.

Example usage

<?php
$libraryPlaylistPath = "path_to_library.xml";
$library = Itunes_Library::import_library_xml($libraryPlaylistPath);

echo '<pre>';
print_r($library->info);
print_r($library->tracks);
print_r($library->playlists);
echo '</pre>';
?>

About

PHP Class to parse an iTunes Library XML file into an array of objects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages