PHPackages                             ondrejnov/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ondrejnov/eet

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

ondrejnov/eet
=============

EET (Electronic records of sales for Czech Ministry of Finance) Client for PHP

v0.3(9y ago)107246.5k—8.9%31[1 issues](https://github.com/ondrejnov/eet/issues)[2 PRs](https://github.com/ondrejnov/eet/pulls)MITPHPPHP &gt;=5.6.0CI failing

Since Jul 20Pushed 2mo ago37 watchersCompare

[ Source](https://github.com/ondrejnov/eet)[ Packagist](https://packagist.org/packages/ondrejnov/eet)[ RSS](/packages/ondrejnov-eet/feed)WikiDiscussions master Synced 1mo ago

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

Implementation of EET Client in PHP
===================================

[](#implementation-of-eet-client-in-php)

[![Downloads this Month](https://camo.githubusercontent.com/758bcad785e1179e41610ee1f9d4b48876454695c5e10575954f4003b96ef39a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f6f6e6472656a6e6f762f6565742e737667)](https://packagist.org/packages/ondrejnov/eet)[![Latest stable](https://camo.githubusercontent.com/60289eb0e58cae55d8fc879ce7c11415f6b414ca7726b4a3be9abe77dc44fa18/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f6e6472656a6e6f762f6565742e737667)](https://packagist.org/packages/ondrejnov/eet)

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

[](#installation)

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

```
$ composer require ondrejnov/eet
```

### Dependencies

[](#dependencies)

- PHP &gt;=5.6
- robrichards/wse-php
- php extensions: php\_openssl.dll, php\_soap.dll

Attached WSDL, key and certificate are intended for non-production usage (Playground).

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

[](#example-usage)

Sample codes are located in examples/ folder

```
use Ondrejnov\EET\Dispatcher;
use Ondrejnov\EET\Receipt;
use Ondrejnov\EET\Utils\UUID;

$dispatcher = new Dispatcher(PLAYGROUND_WSDL, DIR_CERT . '/eet.key', DIR_CERT . '/eet.pem');

$r = new Receipt();
$r->uuid_zpravy = UUID::v4();
$r->dic_popl = 'CZ72080043';
$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

---

Implementace EET klienta v PHP
==============================

[](#implementace-eet-klienta-v-php)

Instalace
---------

[](#instalace)

Instalace ondrejnov/eet pomocí [Composer](http://getcomposer.org/):

```
$ composer require ondrejnov/eet
```

### Závislosti

[](#závislosti)

- PHP &gt;=5.6
- robrichards/wse-php
- php extensions: php\_openssl.dll, php\_soap.dll

Přiložené WSDL, klíč a certifikát jsou pro neprodukční prostředí (Playground).

Ukázka použití
--------------

[](#ukázka-použití)

Ukázky použití naleznete ve složce examples/

```
use Ondrejnov\EET\Dispatcher;
use Ondrejnov\EET\Receipt;

$dispatcher = new Dispatcher(PLAYGROUND_WSDL, DIR_CERT . '/eet.key', DIR_CERT . '/eet.pem');

$r = new Receipt();
$r->uuid_zpravy = 'b3a09b52-7c87-4014-a496-4c7a53cf9120';
$r->dic_popl = 'CZ72080043';
$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); // Měl by být vrácen FIK kód
```

### Licence

[](#licence)

MIT

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance55

Moderate activity, may be stable

Popularity50

Moderate usage in the ecosystem

Community24

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 72.7% 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 ~94 days

Total

3

Last Release

3402d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b29726f0a3ddd338f3a39c5d0476a880e81d7f86e78a8d81fcd1b8fde1e82400?d=identicon)[ondrej](/maintainers/ondrej)

---

Top Contributors

[![ondrejnov](https://avatars.githubusercontent.com/u/9397245?v=4)](https://github.com/ondrejnov "ondrejnov (40 commits)")[![flokixdev](https://avatars.githubusercontent.com/u/2387790?v=4)](https://github.com/flokixdev "flokixdev (8 commits)")[![sieberlukas](https://avatars.githubusercontent.com/u/3171585?v=4)](https://github.com/sieberlukas "sieberlukas (3 commits)")[![slischka](https://avatars.githubusercontent.com/u/19595920?v=4)](https://github.com/slischka "slischka (1 commits)")[![MichalSchwarz](https://avatars.githubusercontent.com/u/13832444?v=4)](https://github.com/MichalSchwarz "MichalSchwarz (1 commits)")[![jekamell](https://avatars.githubusercontent.com/u/1819694?v=4)](https://github.com/jekamell "jekamell (1 commits)")[![kucharovic](https://avatars.githubusercontent.com/u/1418898?v=4)](https://github.com/kucharovic "kucharovic (1 commits)")

### Embed Badge

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

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

###  Alternatives

[salla/zatca

A helper to generate the QR code and signed it for ZATCA e-invoicing

159416.7k2](/packages/salla-zatca)[php-soap/psr18-wsse-middleware

Adds WSSE security to your HTTP SOAP Transport

12491.9k6](/packages/php-soap-psr18-wsse-middleware)

PHPackages © 2026

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