PHPackages                             superfaktura/eet - 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. [API Development](/categories/api)
4. /
5. superfaktura/eet

ActiveLibrary[API Development](/categories/api)

superfaktura/eet
================

EET (Electronic records of sales for Czech Ministry of Finance) Client for PHP, based on ondrejnov/eet

05.8kPHP

Since Dec 9Pushed 5y ago1 watchersCompare

[ Source](https://github.com/superfaktura/SF_EET)[ Packagist](https://packagist.org/packages/superfaktura/eet)[ RSS](/packages/superfaktura-eet/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

PHP Library for Czech EET system
================================

[](#php-library-for-czech-eet-system)

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

[](#installation)

Install superfaktura/eet using [Composer](http://getcomposer.org/):

```
$ composer require superfaktura/eet
```

### Dependencies

[](#dependencies)

- PHP &gt;=5.6
- robrichards/wse-php
- robrichards/xmlseclibs
- php extensions: php\_openssl, php\_soap, php\_curl, php\_mbstring

Example Usage
-------------

[](#example-usage)

Sample codes are located in examples/ folder

```
use Po1nt\EET\Dispatcher;
use Po1nt\EET\FileCertificate;
use Po1nt\EET\Receipt;

$certificate = new FileCertificate(DIR_CERT . '/EET_CA1_Playground-CZ1212121218.p12', 'eet');
$dispatcher = new Dispatcher(PLAYGROUND_WSDL, $certificate);

$r = new Receipt();
$r->uuid_zpravy = 'b3a09b52-7c87-4014-a496-4c7a53cf9120';
$r->dic_popl = 'CZ1212121218';
$r->id_provoz = '181';
$r->id_pokl = '1';
$r->porad_cis = '1';
$r->dat_trzby = new \DateTime();
$r->celk_trzba = 1000;

echo $dispatcher->send($r); // FIK code should be returned
```

### License

[](#license)

MIT

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 Bus Factor2

2 contributors hold 50%+ of commits

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/11569696?v=4)[SuperFaktura](/maintainers/superfaktura)[@superfaktura](https://github.com/superfaktura)

---

Top Contributors

[![adrianpanicek](https://avatars.githubusercontent.com/u/693432?v=4)](https://github.com/adrianpanicek "adrianpanicek (27 commits)")[![ondrejnov](https://avatars.githubusercontent.com/u/9397245?v=4)](https://github.com/ondrejnov "ondrejnov (24 commits)")[![flokixdev](https://avatars.githubusercontent.com/u/2387790?v=4)](https://github.com/flokixdev "flokixdev (8 commits)")[![superfaktura](https://avatars.githubusercontent.com/u/11569696?v=4)](https://github.com/superfaktura "superfaktura (5 commits)")

### Embed Badge

![Health badge](/badges/superfaktura-eet/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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