PHPackages                             sunfoxcz/cetelem - 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. sunfoxcz/cetelem

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

sunfoxcz/cetelem
================

Knihovna pro snadnější komunikaci s aplikací Webkalkulačka společnosti Cetelem.

v0.4.0(9y ago)22.7k2MITPHPPHP &gt;=5.6

Since Sep 5Pushed 9y ago1 watchersCompare

[ Source](https://github.com/sunfoxcz/cetelem)[ Packagist](https://packagist.org/packages/sunfoxcz/cetelem)[ RSS](/packages/sunfoxcz-cetelem/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (5)Dependencies (6)Versions (6)Used By (0)

Cetelem library
===============

[](#cetelem-library)

[![Build Status](https://camo.githubusercontent.com/c1ef0f47ebe49c917af73d204a2185dec61f076f1908510ed274a25e3f8ecde5/68747470733a2f2f7472617669732d63692e6f72672f73756e666f78637a2f636574656c656d2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/sunfoxcz/cetelem)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/1ced852f01dfc32169f6bc4c17b64dc74ea021747d4ef4e2b45f53ca01117551/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f73756e666f78637a2f636574656c656d2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/sunfoxcz/cetelem/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/918d72934a8e60ce059c308a103a74b340449f14c3d430a77d9254154151c158/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f73756e666f78637a2f636574656c656d2f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/sunfoxcz/cetelem/?branch=master)

Knihovna pro zjednodušení práce s Webkalkulačkou firmy Cetelem. Prozatím koncipována pro framework Nette.

Instalace
---------

[](#instalace)

```
composer require sunfoxcz/cetelem:~0.4

```

Použití
-------

[](#použití)

```
use Sunfox\Cetelem\Cetelem;

$storage = new Nette\Caching\Storages\FileStorage(__DIR__ . '/tmp');
$client = new GuzzleHttp\Client;
$cetelem = new Cetelem(2044576, $client, $storage);
$cetelem->setDebug(TRUE);

// Pokud nepoužíváte v Nette, je dobré dát cache i AnnotationsParseru
\Nette\Reflection\AnnotationsParser::setCacheStorage($storage);

$uver = new Cetelem\CetelemUver;
$uver->kodBaremu = '102';
$uver->kodPojisteni = 'A3';
$uver->cenaZbozi = 12000;
$uver->pocetSplatek = 12;
$uver->primaPlatba = 2000;
$uver->odklad = 2;

$cetelem->calculate($uver);
print_r($uver);
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity52

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

Every ~241 days

Total

5

Last Release

3342d ago

PHP version history (4 changes)v0.1.0PHP &gt;=5.3.0

v0.3.0PHP &gt;=5.4.4

v0.3.1PHP &gt;=5.5.0

v0.4.0PHP &gt;=5.6

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1386186?v=4)[Sunfox s.r.o.](/maintainers/sunfoxcz)[@sunfoxcz](https://github.com/sunfoxcz)

---

Top Contributors

[![foxycode](https://avatars.githubusercontent.com/u/1284781?v=4)](https://github.com/foxycode "foxycode (41 commits)")

---

Tags

cetelem

### Embed Badge

![Health badge](/badges/sunfoxcz-cetelem/health.svg)

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

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k33](/packages/neuron-core-neuron-ai)[roundcube/roundcubemail

The Roundcube Webmail suite

7.0k1.4k3](/packages/roundcube-roundcubemail)[spatie/laravel-export

Create a static site bundle from a Laravel app

672139.5k6](/packages/spatie-laravel-export)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

232.5k](/packages/eslazarev-wildberries-sdk)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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