PHPackages                             esoftdream/cron - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. esoftdream/cron

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

esoftdream/cron
===============

Cron Logging and Limiting library

1.0.2(1y ago)0753proprietaryPHP

Since Jul 12Pushed 1y ago1 watchersCompare

[ Source](https://github.com/esoftdream/cron)[ Packagist](https://packagist.org/packages/esoftdream/cron)[ RSS](/packages/esoftdream-cron/feed)WikiDiscussions dev Synced 1w ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

Cron Log
========

[](#cron-log)

Contoh Penggunaan
-----------------

[](#contoh-penggunaan)

1. Jalankan `php spark cron:publish` untuk menambahkan config cron diproject.
2. Jalankan `php spark migrate -n Esoftdream\Cron` untuk melakukan migrasi tabel.
3. Untuk penyimpanan log dapat menggunakan sample berikut atau kembangkan sendiri ```
    public function index()
    {
        $cronName = 'url-cron'; // nama url cron atau lainnya
        $log      = new \Esoftdream\Cron\Libraries\CronLogger($cronName, __METHOD__);

        if (! $log->start()) {
            echo 'Cron ' . $cronName . " mencapai batas eksekusi, skip...\n";

            return;
        }

        $db = Database::connect(null, false);

        try {
            // output ini berupa string dan merupakan proses eksekusi cronnya
            // pastikan throw nya sudah ada didalamnya
            $output = $this->process($db);

            $log->end($output);
        } catch (Throwable $th) {
            $log->fail($th->getMessage());
        }

        $db->close();
    }
    ```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance46

Moderate activity, may be stable

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

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

Total

3

Last Release

401d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bdabf715f2ea7ef3658466e6e7cd21d7b713e0c9058be35d5b0a050f674a00a9?d=identicon)[totoprayogo1916](/maintainers/totoprayogo1916)

![](https://avatars.githubusercontent.com/u/4929641?v=4)[Eko Syamsudin](/maintainers/eksyam)[@eksyam](https://github.com/eksyam)

---

Top Contributors

[![totoprayogo1916](https://avatars.githubusercontent.com/u/2387514?v=4)](https://github.com/totoprayogo1916 "totoprayogo1916 (10 commits)")

### Embed Badge

![Health badge](/badges/esoftdream-cron/health.svg)

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

###  Alternatives

[codeigniter4/appstarter

CodeIgniter4 starter app

1811.8M](/packages/codeigniter4-appstarter)[open-telemetry/api

API for OpenTelemetry PHP.

2044.7M351](/packages/open-telemetry-api)[abydahana/aksara

Aksara is a modern, developer-friendly framework and CMS built on CodeIgniter 4, featuring rapid CRUD development, modular architecture, smart routing, flexible access control, API integration, and an AI assistant to make content management faster and smarter.

1141.2k](/packages/abydahana-aksara)[maniaba/asset-connect

AssetConnect is a file management library for CodeIgniter 4 that allows you to associate files with any entity in your application

1016.0k](/packages/maniaba-asset-connect)

PHPackages © 2026

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