PHPackages                             vaclavbohac/overenozakazniky - 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. vaclavbohac/overenozakazniky

ActiveLibrary[API Development](/categories/api)

vaclavbohac/overenozakazniky
============================

Heureka overeno service API

v0.1(11y ago)016PHPPHP &gt;=5.1.0

Since Jun 26Pushed 11y agoCompare

[ Source](https://github.com/vaclavbohac/heureka-overeno-php-api)[ Packagist](https://packagist.org/packages/vaclavbohac/overenozakazniky)[ RSS](/packages/vaclavbohac-overenozakazniky/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

heureka-overeno-php-api
=======================

[](#heureka-overeno-php-api)

[Heureka Overeno](http://overeno.heureka.cz/) service API for PHP.

Usage
-----

[](#usage)

Initialize Service using [your API key](http://sluzby.heureka.cz/sluzby/certifikat-spokojenosti/):

```
require_once 'heureka-overeno-php-api/src/HeurekaOvereno.php';
$overeno = new HeurekaOvereno('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx');
```

SK shops should initialize Heureka Overeno service with second parameter HeurekaOvereno::LANGUAGE\_SK:

```
$overeno = new HeurekaOvereno('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', HeurekaOvereno::LANGUAGE_SK);

```

Set customer email:

```
$overeno->setEmail('jan.novak@example.com');
```

Add product from order - encoded in UTF8 if possible. Service can handle WINDOWS-1250 and ISO-8859-2 if necessary

```
$overeno->addProduct('Nokia N95');
```

Or add multiple products:

```
// array $products is populated elsewhere by shop application
foreach ($products as $product) {
  $overeno->addProduct($product);
}
```

or/and add products using [item ID](http://sluzby.heureka.cz/napoveda/xml-feed/#ITEM_ID):

```
$overeno->addProductItemId('B1234');
```

Provide order ID - BIGINT (0 - 18446744073709551615):

```
$overeno->addOrderId(123456);
```

Send the request:

```
$overeno->send();
```

[View all examples](https://github.com/heureka/heureka-overeno-php-api/tree/master/examples)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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

4339d ago

### Community

Maintainers

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

---

Top Contributors

[![heureka-user](https://avatars.githubusercontent.com/u/19167448?v=4)](https://github.com/heureka-user "heureka-user (4 commits)")[![martinbartama](https://avatars.githubusercontent.com/u/4313687?v=4)](https://github.com/martinbartama "martinbartama (2 commits)")[![vaclavbohac](https://avatars.githubusercontent.com/u/139369?v=4)](https://github.com/vaclavbohac "vaclavbohac (1 commits)")[![Vrtak-CZ](https://avatars.githubusercontent.com/u/112567?v=4)](https://github.com/Vrtak-CZ "Vrtak-CZ (1 commits)")

### Embed Badge

![Health badge](/badges/vaclavbohac-overenozakazniky/health.svg)

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

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

A PHP wrapper for Twilio's API

1.6k92.9M272](/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)
