PHPackages                             xakki/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. xakki/phalcon-clockwork

ActiveLibrary[Framework](/categories/framework)

xakki/phalcon-clockwork
=======================

The clockwork extension for working with the phalcon framework. Fork by kolesa-team/phalcon-clockwork

3.4.5.1(5y ago)016PHPPHP &gt;=7.1

Since Dec 24Pushed 5y agoCompare

[ Source](https://github.com/Xakki/phalcon-clockwork)[ Packagist](https://packagist.org/packages/xakki/phalcon-clockwork)[ RSS](/packages/xakki-phalcon-clockwork/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (7)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

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~109 days

Total

6

Last Release

1891d ago

Major Versions

0.0.6 → 3.4.5.12021-03-06

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

3.4.5.1PHP &gt;=7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/136286d7068b8bbc8cdc25d633105cdfefd22bc20771e6f59dc7520dd8ee199b?d=identicon)[Xakki](/maintainers/Xakki)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M191](/packages/laravel-telescope)[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.

708181.8M592](/packages/laravel-prompts)[laravel/pail

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

91245.3M587](/packages/laravel-pail)[nette/bootstrap

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

68435.8M591](/packages/nette-bootstrap)[slim/psr7

Strict PSR-7 implementation

14818.0M410](/packages/slim-psr7)

PHPackages © 2026

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