PHPackages                             kolesa-team/phalcon-clockwork - 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. [Framework](/categories/framework)
4. /
5. kolesa-team/phalcon-clockwork

ActiveLibrary[Framework](/categories/framework)

kolesa-team/phalcon-clockwork
=============================

The clockwork extension for working with the phalcon framework

0.1.2(1y ago)214.2k↓26.3%5[1 PRs](https://github.com/kolesa-team/phalcon-clockwork/pulls)PHPPHP &gt;=8.0

Since Dec 24Pushed 1y ago3 watchersCompare

[ Source](https://github.com/kolesa-team/phalcon-clockwork)[ Packagist](https://packagist.org/packages/kolesa-team/phalcon-clockwork)[ RSS](/packages/kolesa-team-phalcon-clockwork/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (2)Versions (13)Used By (0)

Phalcon clockwork
=================

[](#phalcon-clockwork)

\#Installation Install the Clockwork library via Composer.

```
$ composer require kolesa-team/phalcon-clockwork
```

Set events manager to service(di)

```
        $di->set('eventsManager', function () {
            $manager = new Phalcon\Events\Manager();

            return $manager;
        }, true);
```

Set events manager to Application

```
    $eventsManager = $di->get('eventsManager');
    $application   = new Phalcon\Mvc\Application($di);

    $application->setEventsManager($eventsManager)
```

Init clockwork

```
    $clockwork = new ClockworkServices();

    $clockwork->setEventsManager($di->get('eventsManager'));
    $clockwork->initialize();
```

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance50

Moderate activity, may be stable

Popularity30

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 53.3% 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 ~179 days

Recently: every ~321 days

Total

12

Last Release

365d ago

PHP version history (3 changes)0.0.1PHP &gt;=7.0

0.0.9PHP &gt;=7.1

0.1.0PHP &gt;=8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/19899078?v=4)[Kolesa Group](/maintainers/kolesa-team)[@kolesa-team](https://github.com/kolesa-team)

---

Top Contributors

[![irven](https://avatars.githubusercontent.com/u/2282528?v=4)](https://github.com/irven "irven (8 commits)")[![Arrim](https://avatars.githubusercontent.com/u/1231123?v=4)](https://github.com/Arrim "Arrim (6 commits)")[![iborodikhin](https://avatars.githubusercontent.com/u/1627772?v=4)](https://github.com/iborodikhin "iborodikhin (1 commits)")

### Embed Badge

![Health badge](/badges/kolesa-team-phalcon-clockwork/health.svg)

```
[![Health](https://phpackages.com/badges/kolesa-team-phalcon-clockwork/health.svg)](https://phpackages.com/packages/kolesa-team-phalcon-clockwork)
```

###  Alternatives

[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

712181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)[laravel/pail

Easily delve into your Laravel application's log files directly from the command line.

91545.3M590](/packages/laravel-pail)[nette/bootstrap

🅱 Nette Bootstrap: the simple way to configure and bootstrap your Nette application.

68535.8M592](/packages/nette-bootstrap)[cakephp/utility

CakePHP Utility classes such as Inflector, String, Hash, and Security

12127.1M63](/packages/cakephp-utility)

PHPackages © 2026

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