PHPackages                             ndum/plist-parser - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. ndum/plist-parser

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

ndum/plist-parser
=================

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

v3.0.0(4y ago)26.9k↑26.9%12MITPHPPHP &gt;=5.6

Since Jul 22Pushed 4y agoCompare

[ Source](https://github.com/ndum/plist-parser)[ Packagist](https://packagist.org/packages/ndum/plist-parser)[ Docs](https://github.com/TECLIB/CFPropertyList)[ RSS](/packages/ndum-plist-parser/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (2)Versions (8)Used By (2)

plist-parser
============

[](#plist-parser)

This package provides the possibility to read, write and parse plist-files

> This Project is a fork of [TECLIB/CFPropertyList](https://github.com/TECLIB/CFPropertyList)Thanks for the nice work! I use this package as a helper class for my [ndum/laravel-seb](https://github.com/ndum/laravel-seb) package.

[![Teclib' Banner](https://user-images.githubusercontent.com/29282308/31669540-abed67a8-b355-11e7-98e2-0ad190f37088.png)](https://user-images.githubusercontent.com/29282308/31669540-abed67a8-b355-11e7-98e2-0ad190f37088.png)

[![License MIT](https://camo.githubusercontent.com/08cef40a9105b6526ca22088bc514fbfdbc9aac1ddbf8d4e6c750e3a88a44dca/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d626c75652e737667)](./LICENSE.md)[![Follow twitter](https://camo.githubusercontent.com/ea7ca09fabbbe060471b5c3b01a595a9927690130a6236ba5dab4277b3c72fec/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f547769747465722d5465636c69622532372d3934304341352e737667)](https://twitter.com/teclib)[![Project Status: Active](https://camo.githubusercontent.com/be48b0fc9cc48ea43f28c3fa9b40f1f996876ec42208998c0d372c71c2854167/687474703a2f2f7777772e7265706f7374617475732e6f72672f6261646765732f6c61746573742f6163746976652e737667)](http://www.repostatus.org/#active)[![Conventional Commits](https://camo.githubusercontent.com/90d8aeee02dec6f5ceeb0423b9ba1aea93519cadbfcb13d62770ac6550780d6e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f436f6e76656e74696f6e616c253230436f6d6d6974732d312e302e302d79656c6c6f772e737667)](https://conventionalcommits.org)

Teclib’ is an open source software editor that offers a vast range of fully integrated open source technology packages, to better respond to business needs.

Visit our Website [Teclib'](http://www.teclib-edition.com/en/).

Table of Contents
-----------------

[](#table-of-contents)

- [Synopsis](#synopsis)
- [Build Status](#build-status)
- [Installation](#installation)
- [Documentation](#documentation)
- [Versioning](#versioning)
- [Contact](#contact)
- [Contribute](#contribute)
- [Copying](#copying)

Synopsis
--------

[](#synopsis)

The PHP implementation of Apple's PropertyList can handle both XML and 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.

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

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.

Build Status
------------

[](#build-status)

**Release channel**Beta Channel[![Travis CI build](https://camo.githubusercontent.com/62695e90b0c2195720aa6573413d7ba9966132b5c55c64a03ccc1ccb9a33f282/68747470733a2f2f6170692e7472617669732d63692e6f72672f5445434c49422f434650726f70657274794c6973742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/TECLIB/CFPropertyList)[![Travis CI build](https://camo.githubusercontent.com/5404a3dcdf45d96b10e4ace824bf85de492fd8fc47e20e6d11dc941a0776ea29/68747470733a2f2f6170692e7472617669732d63692e6f72672f5445434c49422f434650726f70657274794c6973742e7376673f6272616e63683d646576656c6f70)](https://travis-ci.org/TECLIB/CFPropertyList)Installation
------------

[](#installation)

See or [How to install article](https://teclib.github.io/CFPropertyList/howtos/installation).

Documentation
-------------

[](#documentation)

We maintain a detailed documentation of the project on the Website, check the Development [Development](https://teclib.github.io/CFPropertyList/) and [How-tos](https://teclib.github.io/CFPropertyList/howtos) sections.

Versioning
----------

[](#versioning)

In order to provide transparency on our release cycle and to maintain backward compatibility, Flyve MDM is maintained under [the Semantic Versioning guidelines](http://semver.org/). We are committed to following and complying with the rules, the best we can.

See [the tags section of our GitHub project](https://github.com/TECLIB/CFPropertyList/tags) for changelogs for each release version. Release announcement posts on [the official Teclib' blog](http://www.teclib-edition.com/en/communities/blog-posts/) contain summaries of the most noteworthy changes made in each release.

Contact
-------

[](#contact)

You can contact us through any of our channels, check our [Contact section](http://www.teclib-edition.com/en/contact-us/)

Contribute
----------

[](#contribute)

Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for [contributing](./CONTRIBUTING.md) and then check out one of our issues in the [Issues Dashboard](https://github.com/TECLIB/CFPropertyList/issues).

Copying
-------

[](#copying)

- **Code**: you can redistribute it and/or modify it under the terms of the MIT License ([MIT](https://opensource.org/licenses/MIT)).
- **Documentation**: released under Attribution 4.0 International ([CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)).

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community22

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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.

###  Release Activity

Cadence

Every ~1130 days

Total

4

Last Release

1702d ago

Major Versions

v2.0.2 → v3.0.02021-11-04

PHP version history (2 changes)v2.0PHP &gt;=5.3

v2.0.2PHP &gt;=5.6

### Community

Maintainers

![](https://www.gravatar.com/avatar/7f862f9b54b198a56652db65035e528a5780b86bc65ae3ded55dfe07107ac599?d=identicon)[ndum](/maintainers/ndum)

---

Top Contributors

[![ckruse](https://avatars.githubusercontent.com/u/175095?v=4)](https://github.com/ckruse "ckruse (39 commits)")[![rodneyrehm](https://avatars.githubusercontent.com/u/186837?v=4)](https://github.com/rodneyrehm "rodneyrehm (33 commits)")[![btry](https://avatars.githubusercontent.com/u/14139801?v=4)](https://github.com/btry "btry (17 commits)")[![Twipped](https://avatars.githubusercontent.com/u/231157?v=4)](https://github.com/Twipped "Twipped (9 commits)")[![Naylin15](https://avatars.githubusercontent.com/u/30867977?v=4)](https://github.com/Naylin15 "Naylin15 (8 commits)")[![ndum](https://avatars.githubusercontent.com/u/18392323?v=4)](https://github.com/ndum "ndum (6 commits)")[![jasper2virtual](https://avatars.githubusercontent.com/u/17800518?v=4)](https://github.com/jasper2virtual "jasper2virtual (4 commits)")[![robbertkl](https://avatars.githubusercontent.com/u/5704510?v=4)](https://github.com/robbertkl "robbertkl (3 commits)")[![nickl-](https://avatars.githubusercontent.com/u/1404606?v=4)](https://github.com/nickl- "nickl- (2 commits)")[![mcfedr](https://avatars.githubusercontent.com/u/704356?v=4)](https://github.com/mcfedr "mcfedr (1 commits)")[![alts](https://avatars.githubusercontent.com/u/155113?v=4)](https://github.com/alts "alts (1 commits)")[![ddebin](https://avatars.githubusercontent.com/u/458007?v=4)](https://github.com/ddebin "ddebin (1 commits)")[![dwlnetnl](https://avatars.githubusercontent.com/u/56475?v=4)](https://github.com/dwlnetnl "dwlnetnl (1 commits)")[![lpotherat](https://avatars.githubusercontent.com/u/380424?v=4)](https://github.com/lpotherat "lpotherat (1 commits)")[![ajsb85](https://avatars.githubusercontent.com/u/663460?v=4)](https://github.com/ajsb85 "ajsb85 (1 commits)")[![stormsweeper](https://avatars.githubusercontent.com/u/1547261?v=4)](https://github.com/stormsweeper "stormsweeper (1 commits)")

---

Tags

xmlbinaryappleplistCore FoundationCFPropertyList

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/ndum-plist-parser/health.svg)

```
[![Health](https://phpackages.com/badges/ndum-plist-parser/health.svg)](https://phpackages.com/packages/ndum-plist-parser)
```

###  Alternatives

[rodneyrehm/plist

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

101.3M19](/packages/rodneyrehm-plist)[masterminds/html5

An HTML5 parser and serializer.

1.8k269.7M320](/packages/masterminds-html5)[jms/serializer

Library for (de-)serializing data of any complexity; supports XML, and JSON.

2.3k141.9M929](/packages/jms-serializer)[jms/metadata

Class/method/property metadata management in PHP

1.8k160.2M98](/packages/jms-metadata)[jms/serializer-bundle

Allows you to easily serialize, and deserialize data of any complexity

1.8k92.4M680](/packages/jms-serializer-bundle)[sabre/xml

sabre/xml is an XML library that you may not hate.

55234.6M141](/packages/sabre-xml)

PHPackages © 2026

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