2017 © Pedro Peláez
 

library plist

Library for reading and writing Apple's CFPropertyList (plist) files in XML as well as binary format.

image

abstractec/plist

Library for reading and writing Apple's CFPropertyList (plist) files in XML as well as binary format.

  • Saturday, April 18, 2015
  • by abstractec
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2,734 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 91 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

CFPropertyList

The PHP implementation of Apple's PropertyList can handle XML PropertyLists as well as binary PropertyLists. It offers functionality to easily convert data between worlds, e.g. recalculating timestamps from unix epoch to apple epoch and vice versa. A feature to automagically create (guess) the plist structure from a normal PHP data structure will help you dump your data to plist in no time., (*1)

Note: CFPropertylist was originally hosted on Google Code, (*2)

Choose Your Favorite Operating System

CFPropertyList does not rely on any "Apple proprietary" components, like plutil. CFPropertyList runs on any Operating System with PHP and some standard extensions installed., (*3)

Although you might want to deliver data to your iPhone application, you might want to run those server side services on your standard Linux (or even Windows) environment, rather than buying an expensive Apple Server. With CFPropertyList you now have the power to provide data from your favorite Operating System., (*4)

Requirements And Limitations

  • requires PHP5.3 (as of CFPropertyList 2.0)
  • requires either MBString or Iconv
  • requires either BC or GMP or phpseclib (see BigIntegerBug for an explanation) - as of CFPropertyList 1.0.1

Authors

License

CFPropertyList is published under the MIT License., (*5)

Installation

see Composer / Packagist., (*6)

The Versions

18/04 2015

dev-master

9999999-dev https://github.com/abstractec/CFPropertyList

Library for reading and writing Apple's CFPropertyList (plist) files in XML as well as binary format.

  Sources   Download

MIT

The Requires

  • php >=5.3

 

by Rodney Rehm
by Christian Kruse
by John Haselden

plist

29/01 2015

v2.0.1

2.0.1.0 https://github.com/rodneyrehm/CFPropertyList

Library for reading and writing Apple's CFPropertyList (plist) files in XML as well as binary format.

  Sources   Download

MIT

The Requires

  • php >=5.3

 

by Rodney Rehm
by Christian Kruse

plist

22/07 2012

v2.0

2.0.0.0 https://github.com/rodneyrehm/CFPropertyList

Library for reading and writing Apple's CFPropertyList (plist) files in XML as well as binary format.

  Sources   Download

MIT

The Requires

  • php >=5.3

 

by Rodney Rehm
by Christian Kruse

plist