PHPackages                             yocto/yoclib-propertylist - 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. yocto/yoclib-propertylist

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

yocto/yoclib-propertylist
=========================

This yocLibrary enables your project to encode and decode Property List files in PHP.

v1.0.0(2y ago)067GPL-3.0-or-laterPHPPHP ^7||^8

Since May 27Pushed 2y ago1 watchersCompare

[ Source](https://github.com/yocto/yoclib-propertylist-php)[ Packagist](https://packagist.org/packages/yocto/yoclib-propertylist)[ RSS](/packages/yocto-yoclib-propertylist/feed)WikiDiscussions master Synced 1mo ago

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

yocLib - Property List (PHP)
============================

[](#yoclib---property-list-php)

This yocLibrary enables your project to encode and decode Property List files in PHP.

Status
------

[](#status)

[![CI](https://github.com/yocto/yoclib-propertylist-php/actions/workflows/ci.yml/badge.svg)](https://github.com/yocto/yoclib-propertylist-php/actions/workflows/ci.yml)

Installation
------------

[](#installation)

`composer require yocto/yoclib-propertylist`

Use
---

[](#use)

### Serialization

[](#serialization)

```
use YOCLIB\PropertyList\PropertyList;

$object = ['string_data',true,false];

$plist = new PropertyList;
$plist->setObject($object);

$xml = $plist->serialize(PropertyList::FORMAT_XML);
```

### Deserialization

[](#deserialization)

```
use YOCLIB\PropertyList\PropertyList;

$xml = 'string_data';

$plist = new PropertyList;
$plist->deserialize(PropertyList::FORMAT_XML,$xml);

$object = $plist->getObject();
```

Supported Formats
-----------------

[](#supported-formats)

A Property List comes in one of the following formats:

FormatSupported in this libraryDescriptionASCII⚠️ (No comments yet)(The original, legacy format developed by NeXT for NeXTStep and later OPENSTEP)GNUstep ASCII⚠️ (No comments yet)The NeXTStep/OPENSTEP ASCII format, but extended by GNU for GNUstepGNUstep Binary❌A binary variant of the property list developed by GNU for GNUstepXML✅Introduced in Apple's Mac OS X 10.0; currently version 1.0Binary❌Introduced in Apple's MAC OS X 10.2; currently version 1.0JSON✅Introduced in Apple's MAC OS X 10.7*Note: At the moment, the implementation of the ASCII formats in this library should not be trusted. It doesn't understand comments, and it has some white-space detection hardcoded, so it is possible that it fails on a valid ASCII Property List.*

###  Health Score

22

—

LowBetter than 23% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1078d ago

### Community

Maintainers

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

---

Top Contributors

[![ben221199](https://avatars.githubusercontent.com/u/12856904?v=4)](https://github.com/ben221199 "ben221199 (9 commits)")

---

Tags

nextstepphppropertylistyoclibphpcomposerappleplistyoctoyoclibnextopenstepnextstep

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/yocto-yoclib-propertylist/health.svg)

```
[![Health](https://phpackages.com/badges/yocto-yoclib-propertylist/health.svg)](https://phpackages.com/packages/yocto-yoclib-propertylist)
```

###  Alternatives

[nikic/phlexy

Lexing experiments in PHP

162570.9k13](/packages/nikic-phlexy)[corveda/php-sandbox

A PHP library that can be used to run PHP code in a sandboxed environment

23483.5k2](/packages/corveda-php-sandbox)[bupy7/xml-constructor

The array-like constructor of XML document structure.

1337.9k](/packages/bupy7-xml-constructor)

PHPackages © 2026

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