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 2mo 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 19% 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://www.gravatar.com/avatar/083c41d889d42e069b81f6439b5c17d71f6d0e0658f8393002515ad359561196?d=identicon)[superfaktura](/maintainers/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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M478](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M271](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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