PHPackages                             filipekp/daktela - 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. filipekp/daktela

ActiveLibrary[API Development](/categories/api)

filipekp/daktela
================

Library for comunication with Daktela API.

v1.0.9(3y ago)2139proprietaryPHPPHP &gt;=7.2.0

Since Sep 23Pushed 3y ago1 watchersCompare

[ Source](https://github.com/filipekp/daktela)[ Packagist](https://packagist.org/packages/filipekp/daktela)[ RSS](/packages/filipekp-daktela/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (2)Versions (11)Used By (0)

Daktela API Library
===================

[](#daktela-api-library)

Library for comunication with Daktela API.

Installation and requirements
-----------------------------

[](#installation-and-requirements)

The recommended way to is via Composer:

```
composer require filipekp/daktela
```

Usage
-----

[](#usage)

Activating Daktela Library is easy. Simply add these two lines of code, preferably just after library loading (like `require_once 'vendor/autoload.php'`) and before any output is sent to browser:

```
  use Tracy\Debugger;
  use filipekp\daktela\DaktelaConnector;
  use filipekp\daktela\models\DefaultModel;
  use filipekp\daktela\models\Contacts;
  use filipekp\daktela\entities\Contact;

  require_once '/vendor/autoload.php';

  Debugger::$maxDepth    = 7;
  Debugger::$maxLength   = 4096;
  Debugger::enable(Debugger::DEVELOPMENT, '/logs/daktela');

  $conn = DaktelaConnector::init('myserver.daktela.com', 'access_token');

  // if haven't access_token use next rows
  $conn = DaktelaConnector::init('myserver.daktela.com');
  // login & password is from some user in daktela system
  $conn->getToken('login', 'password');

  DefaultModel::setConnector($conn);

  $contactsModel = new Contacts();
  $customer = new Contact($contactsModel->read($testUserID));
  dump($customer);
  exit();
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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 ~88 days

Recently: every ~193 days

Total

10

Last Release

1259d ago

PHP version history (2 changes)v1.0.0PHP &gt;=7.3.0

v1.0.3PHP &gt;=7.2.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/73b971296fd9bf2a2e16cb2e61083818bb51d9456a7d52055c831c553302b00f?d=identicon)[wiretwo](/maintainers/wiretwo)

---

Top Contributors

[![filipekp](https://avatars.githubusercontent.com/u/16862540?v=4)](https://github.com/filipekp "filipekp (1 commits)")

### Embed Badge

![Health badge](/badges/filipekp-daktela/health.svg)

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

###  Alternatives

[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)[apigen/apigen

PHP source code API generator.

2.2k627.9k225](/packages/apigen-apigen)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[hubspot/api-client

Hubspot API client

23414.2M16](/packages/hubspot-api-client)[tomaj/nette-api

Nette api

36261.8k4](/packages/tomaj-nette-api)

PHPackages © 2026

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