PHPackages                             alaa-hany/peplist - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. alaa-hany/peplist

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

alaa-hany/peplist
=================

Property List manipulation library with Php

1.0(4y ago)124MITPHPPHP &gt;=7.4

Since Oct 18Pushed 4y ago1 watchersCompare

[ Source](https://github.com/alaa-hany-elsaid/PEPlist)[ Packagist](https://packagist.org/packages/alaa-hany/peplist)[ Docs](https://github.com/Alaa-Hany/PEPlist)[ RSS](/packages/alaa-hany-peplist/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

**PEPlist**
===========

[](#peplist)

**Property List manipulation library with Php**
-----------------------------------------------

[](#property-list-manipulation-library-with-php)

---

### Usage

[](#usage)

---

**Install with Composer**

```
    composer require alaa-hany/peplist
```

---

```
    use Alaa\PEPlist\Plist;
    use \Alaa\PEPlist\Types\PrimitiveType;
    //$plist = new Plist(" " , "path to save (optional)");
    // or
    //$plist =   Plist::fromFile("PATH/TO/File");
    // or
    $plist =   Plist::createNew();

    var_dump($plist->getRootDict()->getLength());
    var_dump($plist->getRootDict()->getChildren());
    /*
     * NV|Node
     * can be
     * 1 ) non object , but should set pType string , data , date if not default is string
     * 2) AbstractType object
     * 3) DOMNode
     */
    $plist->getRootDict()
    ->insert(["key" => "keyExample" , "NV|Node" => PrimitiveType::createNewPrimitiveElement("string" , "i am string and this my value")])
    ->insert(["key" => "newKey2" , "NV|Node" => "value" , "pType" => "string" ])
    ->insert([
         "key" => "new Arr" ,
         "NV|Node" => \Alaa\PEPlist\Types\Arr::createEmptyArr()->insert(["NV|Node" => "test" ])]);
    $plist->savePretty("test.plist");
```

#### **Output(test.plist)**

[](#outputtestplist)

```

DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

		keyExample
		i am string and this my value
		newKey2
		value
		new Arr

			test

```

---

### License

[](#license)

> **MIT**

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

1718d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2d553b830653f90ed7e6040c184d3ca29dc4a587c40f153a10dae608228f749e?d=identicon)[Alaa-Hany](/maintainers/Alaa-Hany)

---

Top Contributors

[![alaa-hany-elsaid](https://avatars.githubusercontent.com/u/62419181?v=4)](https://github.com/alaa-hany-elsaid "alaa-hany-elsaid (1 commits)")

---

Tags

applephpphp-libraryplistplisteditorphpappleplistplist editor

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/alaa-hany-peplist/health.svg)

```
[![Health](https://phpackages.com/badges/alaa-hany-peplist/health.svg)](https://phpackages.com/packages/alaa-hany-peplist)
```

###  Alternatives

[pkpass/pkpass

PHP PKPass class for iOS Wallet

9853.4M11](/packages/pkpass-pkpass)[thenextweb/passgenerator

A Laravel package to create Apple Wallet (old Passbook) compatible tickets.

302478.1k](/packages/thenextweb-passgenerator)[byte5/laravel-passgenerator

A Laravel package to create Apple Wallet (old Passbook) compatible tickets.

9239.0k](/packages/byte5-laravel-passgenerator)[jshannon63/jsoncollect

Supercharge your JSON using collections

155.0k1](/packages/jshannon63-jsoncollect)

PHPackages © 2026

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