2017 © Pedro Peláez
 

library plist

A plist parser for PHP

image

callumacrae/plist

A plist parser for PHP

  • Tuesday, August 28, 2012
  • by callumacrae
  • Repository
  • 1 Watchers
  • 2 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

callumacrae/plist

This plist parser simply parses a plist file and returns an array of data found in the file. It is extremely easy to use; the following line of code is an example of how it works:, (*1)

$array = plist::Parse('path/to/file');

The demo (itunes_demo.php) will parse the iTunes plist file - remember to tell it where it is - and tell you how long you have listened to your music for. DO NOT USE THE DEMO ON A LIVE SERVER. It can use a lot of resources, and is also vulnerable to RFI injection (kind of intentional to keep the script simpler)., (*2)

It is released under the Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) license: http://creativecommons.org/licenses/by-sa/3.0/, (*3)

The Versions

28/08 2012

dev-master

9999999-dev https://github.com/callumacrae/plist

A plist parser for PHP

  Sources   Download

CC By-Sa 3.0

The Requires

  • php >=5.2.0

 

parser xml plist

12/07 2012

1.1.0

1.1.0.0 https://github.com/callumacrae/plist

A plist parser for PHP

  Sources   Download

CC By-Sa 3.0

The Requires

  • php >=5.2.0

 

parser xml plist