How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
This is a PHP library and scheduling utility used to parse cron expressions and calculate execution dates. It functions as a cron schedule calculator that determines the next run date and execution iterations from standard cron strings.
The main features of mtdowling/cron-expression are: Cron Expression Parsers, Next-Execution Calculators, Cron Occurrence Calculators, PHP Scheduling Utilities, Cron Sequence Prediction, Future-Time Executions, Task Scheduling, Due-for-Execution Validation.
Open-source alternatives to mtdowling/cron-expression include: kelektiv/node-cron — node-cron is a library for executing functions or system commands on recurring schedules using standard cron syntax… coleifer/huey — .. image:: https://media.charlesleifer.com/blog/photos/huey3-logo.png. projectdiscovery/subfinder — Subfinder is a security reconnaissance framework designed for subdomain enumeration and attack surface management. It… alecthomas/kong — Kong is a declarative command line interface framework and parser for Go. It maps flags and positional arguments… apidoc/apidoc — apidoc is a source-code API documentation generator that parses specialized annotations within comments to… 6dylan6/jdpro — jdpro is a dockerized automation bot and scheduled task runner designed to automate reward collection and the…
.. image:: https://media.charlesleifer.com/blog/photos/huey3-logo.png
node-cron is a library for executing functions or system commands on recurring schedules using standard cron syntax within a Node.js environment. It provides a scheduler for automating background tasks and server-side operations on a fixed timetable. The project includes a cron expression validator to verify timing strings and an execution date calculator to determine the exact date and time of the next scheduled occurrence. A job execution manager provides controls for starting, stopping, and updating scheduled tasks while preventing overlapping executions and handling failures.
Subfinder is a security reconnaissance framework designed for subdomain enumeration and attack surface management. It functions as a discovery engine that identifies and maps internet-exposed infrastructure, cloud-hosted assets, and network ranges to maintain a comprehensive inventory of an organization's digital footprint. The project distinguishes itself through a modular, template-driven scanning engine that executes security checks against discovered assets. It leverages cloud-native asset discovery to query provider APIs and infrastructure metadata, while supporting distributed agent orc
Kong is a declarative command line interface framework and parser for Go. It maps flags and positional arguments directly into typed Go structures using struct tags, allowing developers to define terminal interfaces through data models rather than manual parsing logic. The project functions as a configuration mapper that populates Go structures from a combination of command-line arguments, environment variables, and JSON files. It distinguishes itself by providing a dependency injection container to pass external services into command handlers and a plugin architecture for dynamic command reg