PHPackages                             noflash/nskeyedunarchiver - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. noflash/nskeyedunarchiver

ActiveLibrary

noflash/nskeyedunarchiver
=========================

Extensible &amp; flexible NSKeyedUnarchiver implementation

0111PHP

Since Mar 11Pushed 4y ago1 watchersCompare

[ Source](https://github.com/kiler129/NSKeyedUnarchiver)[ Packagist](https://packagist.org/packages/noflash/nskeyedunarchiver)[ RSS](/packages/noflash-nskeyedunarchiver/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

NSKeyedUnarchiver for PHP
=========================

[](#nskeyedunarchiver-for-php)

This library provides an independent implementation of Apple's [`NSKeyedUnarchiver`](https://developer.apple.com/documentation/foundation/nskeyedunarchiver)tool. It allows for unpacking of application data saved by various first- and third-party applications running on both macOS and iOS with its derivatives.

### What it is?

[](#what-it-is)

The library should able to handle any archive produced by [`NSKeyedArchiver`](https://developer.apple.com/documentation/foundation/nskeyedarchiver)regardless of the complexity of the object graph. It fully supports both XML and binary archives. Additionally, the code was designed with extensibility in mind with very little assumptions made along the way. By default the library comes bundles with [various data types natively present in Apple's Foundation framework](https://github.com/kiler129/NSKeyedUnarchiver/tree/master/src/DTO/Native), but any 3rd-party objects can be mapped as well. In addition, for simpler usecases, archives can be unpacked to a nested array structure.

### Installation

[](#installation)

Use [Composer](https://getcomposer.org):

```
composer require noflash/nskeyedunarchiver
```

### Usage

[](#usage)

See [`examples`](examples) directory.

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity26

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/fa7072dc8b9e794c8e0be058496938c990e9b515f8b5c7c6193b79ca077e50b1?d=identicon)[kiler129](/maintainers/kiler129)

---

Top Contributors

[![kiler129](https://avatars.githubusercontent.com/u/1227834?v=4)](https://github.com/kiler129 "kiler129 (28 commits)")

### Embed Badge

![Health badge](/badges/noflash-nskeyedunarchiver/health.svg)

```
[![Health](https://phpackages.com/badges/noflash-nskeyedunarchiver/health.svg)](https://phpackages.com/packages/noflash-nskeyedunarchiver)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
