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(11mo ago)0742proprietaryPHP

Since Jul 12Pushed 11mo ago1 watchersCompare

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

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

30

—

LowBetter than 62% of packages

Maintenance50

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

356d 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

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

API for OpenTelemetry PHP.

1941.5M276](/packages/open-telemetry-api)[abydahana/aksara

Aksara is a CodeIgniter based CRUD Toolkit you can use to build complex applications become shorter, secure and more reliable just in a few lines of code. Serving both CMS or Framework, produce both HEADLESS (RESTful API) or TRADITIONAL (Browser Based), just by writing single controller. Yet it's reusable, scalable and ready to use!

1111.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

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

PHPackages © 2026

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