2017 © Pedro Peláez
 

library cf-property-list

Work with plist (read , write , read binary plist , write binary plist)

image

luzzardi/cf-property-list

Work with plist (read , write , read binary plist , write binary plist)

  • Friday, February 14, 2014
  • by luzzardi
  • Repository
  • 1 Watchers
  • 1 Stars
  • 60 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 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 GitHub, (*2)

Requirements And Limitations

  • requires PHP5 (tested with PHP5.2.9 and 5.3.0 on Mac, PHP5.2.1 on Windows)
  • requires either MBString or Iconv
  • requires either BC or GMP or phpseclib (see BigIntegerBug for an explanation) - as of CFPropertyList 1.0.1

License

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

Installation

curl -s http://getcomposer.org/installer | php, (*4)

Add to composer.json to "require": { ..... "luzzardi/CFPropertyList":"dev-master" },, (*5)

  "repositories":[
          {
              "type":"git",
              "url":"https://github.com/luzzardi/CFPropertyList"
          }
      ]

The Versions

14/02 2014

dev-master

9999999-dev https://github.com/luzzardi/cf-propertylist

Work with plist (read , write , read binary plist , write binary plist)

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Ronhill

plist

14/02 2014

v1.1.2

1.1.2.0 https://github.com/luzzardi/cf-propertylist

Work with plist (read , write , read binary plist , write binary plist)

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Ronhill

plist