2017 © Pedro Peláez
 

library plist

A library for dealing with plists

image

mcfedr/plist

A library for dealing with plists

  • Monday, November 27, 2017
  • by mcfedr
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3,634 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 50 % Grown

The README.md

Plist

A simple php library for reading and writing plist files in xml format, (*1)

Latest Stable Version License Build Status codecov, (*2)

  • Handling 'invalid' xml characters (such as received from MDM)
  • Should handle larger files

Install

composer require mcfedr/plist

Usage

Reading

$reader = new PlistReader();
$plist = $reader->read($xml);

Writing

$plist = new Plist();
$writer = new PlistWriter();
$xml = $writer->write($plist);

The Versions

27/11 2017

dev-master

9999999-dev

A library for dealing with plists

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-xml *
  • ext-mbstring *

 

The Development Requires

by Fred Cox

22/11 2017

1.2.1

1.2.1.0

A library for dealing with plists

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-xml *
  • ext-mbstring *

 

The Development Requires

by Fred Cox

22/11 2017

1.2.0

1.2.0.0

A library for dealing with plists

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-xml *
  • ext-mbstring *

 

The Development Requires

by Fred Cox

08/11 2017

1.1.1

1.1.1.0

A library for dealing with plists

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-xml *
  • ext-mbstring *

 

The Development Requires

by Fred Cox

08/11 2017

1.1.0

1.1.0.0

A library for dealing with plists

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-xml *
  • ext-mbstring *

 

The Development Requires

by Fred Cox

08/11 2017

1.0.1

1.0.1.0

A library for dealing with plists

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-xml *
  • ext-mbstring *

 

The Development Requires

by Fred Cox

08/11 2017

1.0.0

1.0.0.0

A library for dealing with plists

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-xml *
  • ext-mbstring *

 

The Development Requires

by Fred Cox