2017 © Pedro Peláez
 

library nskeyedarchiverparser

Parser for Apples NSKeyedArchiver plist files

image

org_heigl/nskeyedarchiverparser

Parser for Apples NSKeyedArchiver plist files

  • Thursday, January 11, 2018
  • by heiglandreas
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

NSKeyedArchive-Parser

Parse Apples NSKeyedArchiver-files, (*1)

NSKeyedArchive-Files are a kind of plist-file that can be parsed using a plist-file parser., (*2)

But the results will not be what you'd expect. This parser can handle such files and will return a plist-file that you can then handle., (*3)

It would not have been possible without the awesome work of Sarah Edwards on her blog!, (*4)

Installation

This is best installed using composer, (*5)

composer require org_heigl/nskeyedarchiverparser

Usage

use CFPropertyList\CFPropertyList;
use use Org_Heigl\NSKeyedArchiver\Parser;

$archive = new CFPropertyList('path/to/file.plist');
$parser  = new Parser($archive);

$readableArchive = $parser->parse();

// $readableArchive is an instance of 
// CFPropertyList

The Versions

11/01 2018

dev-master

9999999-dev

Parser for Apples NSKeyedArchiver plist files

  Sources   Download

MIT

The Requires

 

The Development Requires

11/01 2018

1.0.0

1.0.0.0

Parser for Apples NSKeyedArchiver plist files

  Sources   Download

MIT

The Requires

 

The Development Requires