PHPackages                             typomedia/exeinfo - 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. typomedia/exeinfo

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

typomedia/exeinfo
=================

Windows Binary Properties Reader

1.0.0(4y ago)2200GPL-3.0-or-laterPHPPHP &gt;=7.2

Since Dec 18Pushed 4y ago1 watchersCompare

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

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

Exeinfo Library
===============

[](#exeinfo-library)

Library providing file properties/metadata from Windows binaries (`*.exe`, `*.dll`).

The Library is [PSR-1](https://www.php-fig.org/psr/psr-1/), [PSR-4](https://www.php-fig.org/psr/psr-4/), [PSR-12](https://www.php-fig.org/psr/psr-12/) compliant.

**Unit Tests have a Code Coverage of 100%!**

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

[](#requirements)

- `>= PHP 7.2`

Dependencies
------------

[](#dependencies)

- `none`

Install
-------

[](#install)

```
composer require typomedia/exeinfo

```

Usage
-----

[](#usage)

```
use Typomedia\Exeinfo\Exeinfo;

$exeinfo = new Exeinfo('php.exe');

print $exeinfo->product;
print $exeinfo->company;
print $exeinfo->comment;
print $exeinfo->copyright;
print $exeinfo->description;
print $exeinfo->version;
```

Credits
-------

[](#credits)

This library is heavily inspired by [NeuD](https://stackoverflow.com/users/8024536/neud) answer on [Stack Overflow](https://stackoverflow.com/a/44021325).

Information
-----------

[](#information)

-
-

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

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

1612d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5276515?v=4)[Philipp Speck](/maintainers/typomedia)[@typomedia](https://github.com/typomedia)

---

Top Contributors

[![typomedia](https://avatars.githubusercontent.com/u/5276515?v=4)](https://github.com/typomedia "typomedia (1 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/typomedia-exeinfo/health.svg)

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

###  Alternatives

[naxeem/thaana-transliterator

Thaana transliterator

202.5k](/packages/naxeem-thaana-transliterator)

PHPackages © 2026

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