PHPackages                             successive/keka - 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. successive/keka

ActiveLibrary[API Development](/categories/api)

successive/keka
===============

A wrapper for Keka API

v1.0.9(6y ago)06381MITPHP

Since Feb 9Pushed 6y ago1 watchersCompare

[ Source](https://github.com/som-31/keka-package)[ Packagist](https://packagist.org/packages/successive/keka)[ RSS](/packages/successive-keka/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (11)Used By (0)

keka-package
============

[](#keka-package)

[![Issues](https://camo.githubusercontent.com/55706c2b60ee8b623f71e5de1fe13f3420ebea521d0349b823c008aed5bcd0e8/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f736f6d2d33312f6b656b612d7061636b6167652e7376673f7374796c653d666c61742d737175617265)](https://github.com/som-31/keka-package/issues)[![Stars](https://camo.githubusercontent.com/a2b615c4dda53eefa658d8d47a8e1973ed2ed3e0d39068ae9e8ca7b2e12a2e73/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f736f6d2d33312f6b656b612d7061636b6167652e7376673f7374796c653d666c61742d737175617265)](https://github.com/som-31/keka-package/stargazers)

\##A wrapper for Keka API implemented by Successive technologies

\##First set credentials in your keka.php file in config folder:

- keka\_client\_id =&gt; 'your\_keka\_client\_id'
- keka\_secret\_key =&gt; 'your\_keka\_secret\_key'
- api\_key =&gt; 'your\_api\_key'

```
use Successive\Keka\Http\Services\EmployeeService;

$employeeService = new EmployeeService();
$response = $employeeService->getEmployees(['pagesize' => 400]);
$response = $employeeService->getEmployeeByEmpNo('employeenumber');
$response = $employeeService->currentMonthBirthdays();
$response = $employeeService->currentMonthJoinees();
```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

Established project with proven stability

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

Total

10

Last Release

2293d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/42ea1b5f3989f41facb3d84925d43dd3f9ae8f09e7bef9ebedfca20027198570?d=identicon)[som\_31](/maintainers/som_31)

---

Top Contributors

[![som-31](https://avatars.githubusercontent.com/u/55329644?v=4)](https://github.com/som-31 "som-31 (4 commits)")

### Embed Badge

![Health badge](/badges/successive-keka/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

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

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/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)
