PHPackages                             pisystems/fakturownia - 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. pisystems/fakturownia

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

pisystems/fakturownia
=====================

Library for set/get invoices into Fakturownia.pl

2.0.0(1y ago)019MITPHPPHP &gt;=8.2

Since Dec 17Pushed 1y ago1 watchersCompare

[ Source](https://github.com/kamilus67/fakturownia)[ Packagist](https://packagist.org/packages/pisystems/fakturownia)[ RSS](/packages/pisystems-fakturownia/feed)WikiDiscussions master Synced yesterday

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

Fakturownia
===========

[](#fakturownia)

Library for all methods available in [Fakturownia API](https://app.fakturownia.pl/api/).

[![Latest stable version](https://camo.githubusercontent.com/67d7acbd79d0ed508088dd57d8097e7c7c8186b21362faaa6a13c5b344c04a1a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f63757272656e745f76657273696f6e2d76322e302e302d626c7565)](https://packagist.org/packages/pisystems/fakturownia)[![PHP version](https://camo.githubusercontent.com/7c71f03f63bec0dc0684c0819a0e0662bc5f954799c282c20da74c4fb46f0509/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d2533453d382e322e302d626c7565)](https://php.net)[![License](https://camo.githubusercontent.com/f8df3091bbe1149f398a5369b2c39e896766f9f6efba3477c63e9b4aa940ef14/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e)](LICENSE)

[Polish version wersja polska](./README_PL.md)

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

[](#installation)

Install via [Composer](https://getcomposer.org):

```
composer require pisystems/fakturownia
```

Install via [Git](https://git-scm.com) over SSH:

```
git clone git@github.com:kamilus67/fakturownia.git
```

Install via [Git](https://git-scm.com) over HTTPS:

```
git clone https://github.com/kamilus67/fakturownia.git
```

Configuration
-------------

[](#configuration)

All you need to do is set the API token using $this-&gt; (examples below). The API token can be generated in the Fakturownia settings.

```
$this->setToken('myowntoken');
```

Logs
----

[](#logs)

The library uses the logging system to save all confirmations and notifications sent by the Invoice server, outgoing requests and exceptions. Make sure that the `tmp/logs` directory is writable and add a rule to Apache `.htaccess` or NGINX to block browser access to this area.

Logging is enabled by default, but you can disable this feature:

```
Logger::disableLogging();
```

You can also set your own logging path by this command:

```
Logger::setLogPath('/my/own/path/Logs/');
```

You can also set you own Logger by this command it has to be compatible with `Psr\Log\LoggerInterface`:

```
Logger::setLogger(new CustomLogger());
```

The logs file names is generated automatically.

License
-------

[](#license)

This library is released under the [MIT License](http://www.opensource.org/licenses/MIT)

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity72

Established project with proven stability

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

Total

2

Last Release

576d ago

Major Versions

1.0.0 → 2.0.02024-10-13

PHP version history (2 changes)1.0.0PHP &gt;=5.6.4

2.0.0PHP &gt;=8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/23501943?v=4)[Kamil Piotrowicz](/maintainers/kamilus67)[@kamilus67](https://github.com/kamilus67)

---

Top Contributors

[![kamilus67](https://avatars.githubusercontent.com/u/23501943?v=4)](https://github.com/kamilus67 "kamilus67 (7 commits)")

---

Tags

fakturowniafakturownia.plpisystems

### Embed Badge

![Health badge](/badges/pisystems-fakturownia/health.svg)

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

###  Alternatives

[ecotone/ecotone

Supporting you in building DDD, CQRS, Event Sourcing applications with ease.

558549.8k17](/packages/ecotone-ecotone)[civicrm/civicrm-core

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

728272.9k20](/packages/civicrm-civicrm-core)[j0k3r/php-readability

Automatic article extraction from HTML

186808.8k6](/packages/j0k3r-php-readability)[symfony/ai-platform

PHP library for interacting with AI platform provider.

51927.7k136](/packages/symfony-ai-platform)[symfony/ai-agent

PHP library for building agentic applications.

30536.7k44](/packages/symfony-ai-agent)[spomky-labs/pwa-bundle

Progressive Web App Manifest Generator Bundle for Symfony.

6144.4k1](/packages/spomky-labs-pwa-bundle)

PHPackages © 2026

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