PHPackages                             ok2uec/echolink-cron-system - 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. ok2uec/echolink-cron-system

ActiveLibrary

ok2uec/echolink-cron-system
===========================

The system for monitoring EchoLink via cron

06JavaScript

Since Jun 5Pushed 11y ago1 watchersCompare

[ Source](https://github.com/ok2uec/Echolink-CRON-System)[ Packagist](https://packagist.org/packages/ok2uec/echolink-cron-system)[ RSS](/packages/ok2uec-echolink-cron-system/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Echolink-CRON-System
====================

[](#echolink-cron-system)

EchoLink system for monitoring the condition of a subsequent mission email

MY Demo -

1. Installing the Standard Edition

---

When it comes to installing the Echolink CRON System Standard Edition, you have the following options.

### Use Composer (*recommended*)

[](#use-composer-recommended)

As Symfony uses \[Composer\]\[2\] to manage its dependencies, the recommended way to create a new project is to use it.

If you don't have Composer yet, download it following the instructions on  or just run the following command:

```
curl -s http://getcomposer.org/installer | php

```

Then, use the `create-project` command to generate a new Symfony application:

```
php composer.phar create-project ok2uec/echolink-cron-system path/to/install

```

Composer will install App and all its dependencies under the `path/to/install` directory.

2. Setting your MYSQL DB

---

Before starting coding, make sure that your setting table in db server.

```
--
-- Table structure for table `echolink_history`
--

CREATE TABLE IF NOT EXISTS `echolink_history` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `checkDate` datetime NOT NULL,
  `text` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Table structure for table `echolink_node`
--
CREATE TABLE IF NOT EXISTS `echolink_node` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `callname` text NOT NULL,
  `checkDate` datetime NOT NULL,
  `status` tinyint(1) NOT NULL,
  `email` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

```

3. Setting MYSQL in index.php

---

Another important part is to set the login to the system to mysql

```
#index.php
define("host", "localhost", true);
define("username", "name", true);
define("password", "pass", true);
define("database", "dbname", true);

```

4. Master password

---

used for adding and removing smugglers from the system.

```
#index.php
define("masterPassword", "youpassword456", true);

```

[![alt tag](https://raw.githubusercontent.com/ok2uec/Echolink-CRON-System/master/screenshot/1.png)](https://raw.githubusercontent.com/ok2uec/Echolink-CRON-System/master/screenshot/1.png)

[![alt tag](https://raw.githubusercontent.com/ok2uec/Echolink-CRON-System/master/screenshot/2.png)](https://raw.githubusercontent.com/ok2uec/Echolink-CRON-System/master/screenshot/2.png)

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6108616?v=4)[Martin](/maintainers/ok2uec)[@ok2uec](https://github.com/ok2uec)

---

Top Contributors

[![ok2uec](https://avatars.githubusercontent.com/u/6108616?v=4)](https://github.com/ok2uec "ok2uec (18 commits)")

### Embed Badge

![Health badge](/badges/ok2uec-echolink-cron-system/health.svg)

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

PHPackages © 2026

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