PHPackages                             sekjun9878/properties - 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. sekjun9878/properties

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

sekjun9878/properties
=====================

A PHP library to parse .properties configuration files, often used for Minecraft servers.

v1.0.0(11y ago)529MITPHPPHP &gt;=5.4.0

Since May 22Pushed 11y ago1 watchersCompare

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

READMEChangelog (1)DependenciesVersions (2)Used By (0)

properties
==========

[](#properties)

A PHP library to parse .properties configuration files, often used for Minecraft servers.

Install
=======

[](#install)

```
php composer.phar require sekjun9878/properties ~1.0.0

```

Usage
=====

[](#usage)

```
use sekjun9878\Properties\Properties;

$data = file_get_contents(filename);
$array = Properties::parse($data);

$string = Properties::dump($array);

```

License
=======

[](#license)

> Copyright (c) 2015 Michael Yoo
> Released under the MIT license; see LICENSE
>

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

4015d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/18661e7412abf57790cfa67f56f11a30f52443a73d33559b273a2518cbb9d9e9?d=identicon)[sekjun9878](/maintainers/sekjun9878)

---

Top Contributors

[![msjyoo](https://avatars.githubusercontent.com/u/2097812?v=4)](https://github.com/msjyoo "msjyoo (6 commits)")

---

Tags

parserproperties

### Embed Badge

![Health badge](/badges/sekjun9878-properties/health.svg)

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

###  Alternatives

[nikic/php-parser

A PHP parser written in PHP

17.4k902.6M1.8k](/packages/nikic-php-parser)[doctrine/lexer

PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.

11.2k910.8M118](/packages/doctrine-lexer)[erusev/parsedown

Parser for Markdown.

15.0k151.8M732](/packages/erusev-parsedown)[league/commonmark

Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)

3.0k404.0M702](/packages/league-commonmark)[masterminds/html5

An HTML5 parser and serializer.

1.8k242.8M229](/packages/masterminds-html5)[sabberworm/php-css-parser

Parser for CSS Files written in PHP

1.8k191.2M65](/packages/sabberworm-php-css-parser)

PHPackages © 2026

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