PHPackages                             lianhua/phacturx - 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. lianhua/phacturx

AbandonedLibrary

lianhua/phacturx
================

A simple PHP library to create Factur-X files

1.0.1(5y ago)08GPL-3.0PostScript

Since Mar 15Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/Nevermille/PhacturX)[ Packagist](https://packagist.org/packages/lianhua/phacturx)[ RSS](/packages/lianhua-phacturx/feed)WikiDiscussions main Synced 1mo ago

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

PhacturX
========

[](#phacturx)

Overview
--------

[](#overview)

A simple PHP library for Factur-X file creation

Compatibility
-------------

[](#compatibility)

This library has been tested for PHP 7.3 and higher

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

[](#installation)

Just use composer in your project:

```
composer require lianhua/phacturx

```

If you don't use composer, clone or download this repository, all you need is inside the src directory.

Usage
-----

[](#usage)

Create a FacturX object with the PDF and XML files paths and call the createFacturX function with output PDF file path

```
$fx = new \Lianhua\PhacturX\FacturX("in.pdf", "in.xml");
$fx->createFacturX("out.pdf");
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance54

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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 ~2 days

Total

2

Last Release

1879d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3dfe8e14f06cc4f77640af6bf55c5dc240b0652df75aa4e1eda50300404e9a35?d=identicon)[Nevermille](/maintainers/Nevermille)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/lianhua-phacturx/health.svg)

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

PHPackages © 2026

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