PHPackages                             cieplik206/laravel-fakturownia-client - 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. cieplik206/laravel-fakturownia-client

ActiveLibrary

cieplik206/laravel-fakturownia-client
=====================================

Laravel client for the Fakturownia (InvoiceOcean) REST API

03↑2900%PHPCI failing

Since Aug 25Pushed todayCompare

[ Source](https://github.com/cieplik206/laravel-fakturownia-client)[ Packagist](https://packagist.org/packages/cieplik206/laravel-fakturownia-client)[ RSS](/packages/cieplik206-laravel-fakturownia-client/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Fakturownia Client
==========================

[](#laravel-fakturownia-client)

Boilerplate for a Laravel package integrating the [Fakturownia](https://fakturownia.pl) / [InvoiceOcean](https://invoiceocean.com)REST API.

This repository currently contains the installable package scaffold and development environment only. A no-op service provider proves Laravel package discovery. The API client, DTOs, requests, exceptions, and facade will be implemented in subsequent work.

Planned direction
-----------------

[](#planned-direction)

- Saloon 4 as the HTTP transport;
- typed request and response data objects;
- Laravel auto-discovery, configuration, facade, and dependency injection;
- credentials injected per account/tenant;
- explicit exception and retry policies;
- invoice, client, product, payment, and KSeF operations;
- isolated HTTP-mocked tests and opt-in live smoke tests.

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

[](#requirements)

- PHP 8.2 or newer;
- Laravel 11, 12, or 13;
- PHP cURL and JSON extensions.

The supported package range is intentionally aligned with the Saloon-based reference project. The exact runtime floor may be narrowed when the first public API is implemented.

Development setup
-----------------

[](#development-setup)

```
composer install
composer validate --strict --no-check-publish
composer test
composer analyse
vendor/bin/pint --test src tests
composer audit

```

Composer dependencies and PHPUnit/PHPStan/Pint caches are local-only and are excluded by .gitignore.

Configuration scaffold
----------------------

[](#configuration-scaffold)

The future Laravel integration will read these values from config/fakturownia.php:

```
FAKTUROWNIA_DOMAIN=my-company
FAKTUROWNIA_TOKEN=your-api-authorization-code
FAKTUROWNIA_DEPARTMENT_ID=
FAKTUROWNIA_PLACE=

```

Do not commit real credentials. Fakturownia API tokens must be supplied by the consuming application or tenant configuration.

License
-------

[](#license)

The package is released under the MIT License in LICENSE.md.

###  Health Score

22

↑

LowBetter than 21% of packages

Maintenance65

Regular maintenance activity

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity11

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6499144?v=4)[cieplik206](/maintainers/cieplik206)[@cieplik206](https://github.com/cieplik206)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/cieplik206-laravel-fakturownia-client/health.svg)

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

PHPackages © 2026

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