PHPackages                             ginger-tek/faktura - 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. ginger-tek/faktura

ActiveProject

ginger-tek/faktura
==================

Simple, self-hosted, flat-file invoicing web app, with invoice templating and user access control

1.0.0(today)01↑2900%ISCPHP

Since Jul 28Pushed todayCompare

[ Source](https://github.com/ginger-tek/faktura)[ Packagist](https://packagist.org/packages/ginger-tek/faktura)[ RSS](/packages/ginger-tek-faktura/feed)WikiDiscussions main Synced today

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

Faktura
=======

[](#faktura)

Simple, self-hosted, flat-file invoicing web app, with invoice templating and user access control.

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

[](#requirements)

- Caddy/Nginx/Apache etc.
- PHP 8+
- PHP Extensions:
    - mbstring
    - pdo\_sqlite

Get Started
-----------

[](#get-started)

1. Create new instance in current directory: ```
    composer create-project ginger-tek/faktura .
    ```
2. Run setup script (if not using OS env vars, local .env file will be generated): ```
    composer run setup
    ```
3. Create first admin user (see [create new user](#create-new-user)):
4. Finally, serve app from `public/` using preferred web server

CLI
---

[](#cli)

### List Users

[](#list-users)

```
composer cli list-users
> [
  {
    "id": 1,
    ...
  },
  ...
]
```

### Create New User

[](#create-new-user)

If permission bit value is not provided, default permissions is set to only view/list invoices/clients/expenses.

```
composer cli new-user {username} {password} {?permissions_bit}
```

Example, create admin user with all permissions:

```
composer cli new-user "admin" "mypassword" 131070
> {
  "id": 1,
  "username": "admin",
  ...
}
```

### Permissions

[](#permissions)

Show key-value list of permissions

```
composer cli list-permissions
```

Get a bit-sum of permissions by regex filter to set on a user, i.e. all invoice-related permissions:

```
composer cli filter-sum-permissions 'invoice_.*'
> 62
```

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance100

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 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

0d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8702d713294f280b05c35791ea2604a52b0052f2cd2c9ecce2d6f85cf4fe5557?d=identicon)[ginger-tek](/maintainers/ginger-tek)

---

Top Contributors

[![ginger-tek](https://avatars.githubusercontent.com/u/38133930?v=4)](https://github.com/ginger-tek "ginger-tek (111 commits)")

### Embed Badge

![Health badge](/badges/ginger-tek-faktura/health.svg)

```
[![Health](https://phpackages.com/badges/ginger-tek-faktura/health.svg)](https://phpackages.com/packages/ginger-tek-faktura)
```

###  Alternatives

[google/auth

Google Auth Library for PHP

1.4k294.2M224](/packages/google-auth)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k47](/packages/civicrm-civicrm-core)[ellaisys/aws-cognito

Laravel Authentication using AWS Cognito (Web and API)

121256.9k1](/packages/ellaisys-aws-cognito)

PHPackages © 2026

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