PHPackages                             ajandera/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. ajandera/eet

ActiveLibrary[API Development](/categories/api)

ajandera/eet
============

PHP Client for EET

0.1.0(9y ago)068MITPHP

Since Oct 4Pushed 9y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (2)Used By (0)

PHP Client for EET
==================

[](#php-client-for-eet)

[![Downloads this Month](https://camo.githubusercontent.com/d7e6112c64f4a1c881300589099156466fb5b9f4e8411252e40aa618e4277b34/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f616a616e646572612f6565742e737667)](https://packagist.org/packages/ajandera/eet)[![Latest stable](https://camo.githubusercontent.com/a9dd4266afcd87716043666d03d86c1d110f791b69feac01e5c388a47dd73c5a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616a616e646572612f6565742e737667)](https://packagist.org/packages/ajandera/eet)

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

[](#installation)

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

```
$ composer require ajandera/eet
```

### Dependencies

[](#dependencies)

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

Included WSDL, key and certificate for non-production usage (Playground).

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

[](#example-usage)

Sample codes are located in examples/ folder

```
use Ajandera\EET\Receipt;
use Ajandera\EET\Strings;
use Ajandera\EET\Sender;

$receipt = new Receipt();
$receipt->uuid_zpravy = Strings::generateUUID();
$receipt->dic_popl = 'CZ78394560012';
$receipt->id_provoz = '567';
$receipt->id_pokl = '2';
$receipt->porad_cis = '1';
$receipt->dat_trzby = new \DateTime();
$receipt->celk_trzba = 100;

$sender = new Sender(
    new Certificates(__DIR__.'/../../examples/certifications/EET_CA1_Playground-CZ00000019.p12', 'eet'),
    true
);

echo $sender->sendReceipt($receipt); // return FIK code if success
```

### License

[](#license)

MIT

\--

### Library is used in CRM/ERP system shopyCRM (shopycrm.org)

[](#library-is-used-in-crmerp-system-shopycrm-shopycrmorg)

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

3557d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3e2c788e3245d5b7320254bdd079f2a5b9cadd57282988d926dda83db77d27a0?d=identicon)[ajandera](/maintainers/ajandera)

---

Top Contributors

[![ajandera](https://avatars.githubusercontent.com/u/4760295?v=4)](https://github.com/ajandera "ajandera (23 commits)")

### Embed Badge

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

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

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

Hubspot API client

24016.2M18](/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

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

PHPackages © 2026

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