PHPackages                             skyzyx/plist - 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. skyzyx/plist

AbandonedArchivedLibrary

skyzyx/plist
============

Plist parser for PHP.

3166↓100%PHP

Since May 24Pushed 13y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Plist
=====

[](#plist)

A Plist parser for PHP.

Requirements
------------

[](#requirements)

### Required

[](#required)

The following software is **required** for Plist to run:

- [PHP](http://php.net) 5.3.2+

Examples
--------

[](#examples)

{Fill-in: Example usage of this code.}

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

[](#installation)

Depending on your needs, there are a few different ways you can install Plist:

### Bundle with Composer

[](#bundle-with-composer)

To add Plist as a [Composer](https://github.com/composer/composer) dependency in your `composer.json` file:

```
{
	"require": {
		"skyzyx/plist": ">=1.0"
	}
}

```

### Install source from GitHub

[](#install-source-from-github)

To install the source code for Plist:

```
git clone git://github.com/skyzyx/plist.git

```

And include it in your scripts:

```
require_once '/path/to/plist/src/Plist.php';

```

### Install source from zip/tarball

[](#install-source-from-ziptarball)

Alternatively, you can fetch a [tarball](https://github.com/skyzyx/plist/tarball/master) or [zipball](https://github.com/skyzyx/plist/zipball/master):

```
$ curl https://github.com/skyzyx/plist/tarball/master | tar xzv
(or)
$ wget https://github.com/skyzyx/plist/tarball/master -O - | tar xzv

```

And include it in your scripts:

```
require_once '/path/to/plist/src/Plist.php';

```

### Using a Class Loader

[](#using-a-class-loader)

If you're using a class loader (e.g., [Symfony Class Loader](https://github.com/symfony/ClassLoader)) for [PSR-0](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md)-style class loading:

```
$loader->registerNamespace('Skyzyx\\Components\\Plist', 'path/to/vendor/skyzyx/plist/src');

```

Contributing
------------

[](#contributing)

To view the list of existing [contributors](/skyzyx/plist/contributors), run the following command from the Terminal:

```
git shortlog -sne --no-merges

```

### How?

[](#how)

Here's the process for contributing:

1. Fork Plist to your GitHub account.
2. Clone your GitHub copy of the repository into your local workspace.
3. Write code, fix bugs, and add tests with 100% code coverage.
4. Commit your changes to your local workspace and push them up to your GitHub copy.
5. You submit a GitHub pull request with a description of what the change is.
6. The contribution is reviewed. Maybe there will be some banter back-and-forth in the comments.
7. If all goes well, your pull request will be accepted and your changes are merged in.
8. You will become "Internet famous" with anybody who runs `git shortlog` from the Terminal. :)

To simplify many aspects of development, we also have a `build.xml` for Phing. The easiest way to install Phing and any other dependencies is to install [Phix](http://phix-project.org/#install).

Authors, Copyright &amp; Licensing
----------------------------------

[](#authors-copyright--licensing)

- Copyright (c) 2008-2009 [Jeremy Johnstone](https://github.com/jsjohnst).
- Copyright (c) 2009 [Jonty Wareing](https://github.com/Jonty).
- Copyright (c) 2012 [Ryan Parman](http://ryanparman.com).

See also the list of [contributors](/skyzyx/plist/contributors) who participated in this project.

Licensed for use under the terms of the [MIT license](http://www.opensource.org/licenses/mit-license.php).

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/39447?v=4)[Ryan Parman](/maintainers/skyzyx)[@skyzyx](https://github.com/skyzyx)

---

Top Contributors

[![skyzyx](https://avatars.githubusercontent.com/u/39447?v=4)](https://github.com/skyzyx "skyzyx (3 commits)")

### Embed Badge

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

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

PHPackages © 2026

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