PHPackages                             cronox/php-pst-files-reader - 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. cronox/php-pst-files-reader

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

cronox/php-pst-files-reader
===========================

PHP PST files based on `readpst` command

1.1.1(6y ago)4652MITPHPPHP &gt;=7.1

Since Nov 27Pushed 2y ago1 watchersCompare

[ Source](https://github.com/cronox/php-pst-files-reader)[ Packagist](https://packagist.org/packages/cronox/php-pst-files-reader)[ RSS](/packages/cronox-php-pst-files-reader/feed)WikiDiscussions master Synced today

READMEChangelog (5)Dependencies (1)Versions (6)Used By (0)

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

[](#installation)

Install package `pst-utils` via `apt`

```
apt install pst-utils

```

add this line to your `composer.json` file:

```
"cronox/php-pst-files-reader": "^1.0"
```

and run

```
composer update
```

or run

```
composer require cronox/php-pst-files-reader
```

A Simple Example
----------------

[](#a-simple-example)

```
$sourcePstFilePath = "/my-psts/Outlook.pst";
$destinationPstDirPath = "/my-psts/unpack-here";

try {
    $parsedEmails = $PstReader
         ->setSourcePstFilePath($sourcePstFilePath)
         ->setDestinationPstDirPath($destinationPstDirPath)
         ->setReplaceUnpacked(true)
         ->unpackPstFile()
         ->getParsedAllEmails();
} catch (\Exception $exception) {
    throw $exception;
}
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity56

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

Every ~0 days

Total

5

Last Release

2355d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/911576045c7d4a9a9537ad6b6435f9a5054283194f7eb7be7fb9a9c43151782c?d=identicon)[cronox](/maintainers/cronox)

---

Top Contributors

[![cronox](https://avatars.githubusercontent.com/u/9032731?v=4)](https://github.com/cronox "cronox (2 commits)")

### Embed Badge

![Health badge](/badges/cronox-php-pst-files-reader/health.svg)

```
[![Health](https://phpackages.com/badges/cronox-php-pst-files-reader/health.svg)](https://phpackages.com/packages/cronox-php-pst-files-reader)
```

###  Alternatives

[abuseio/abuseio

Open Source abusemanagement tool

2271.5k](/packages/abuseio-abuseio)[phpjuice/slopeone

PHP implementation of the Weighted Slope One rating-based collaborative filtering scheme.

868.7k](/packages/phpjuice-slopeone)

PHPackages © 2026

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