{"id":21013857,"url":"https://github.com/jdecool/crontab-parser","last_synced_at":"2026-05-01T05:39:28.119Z","repository":{"id":217128573,"uuid":"743149175","full_name":"jdecool/crontab-parser","owner":"jdecool","description":null,"archived":false,"fork":false,"pushed_at":"2024-01-21T13:20:19.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-05T22:30:38.965Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jdecool.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-14T13:39:00.000Z","updated_at":"2024-01-14T13:40:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"31b82048-ba3a-45c2-b6c6-a9c6b361bccd","html_url":"https://github.com/jdecool/crontab-parser","commit_stats":null,"previous_names":["jdecool/crontab-parser"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdecool%2Fcrontab-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdecool%2Fcrontab-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdecool%2Fcrontab-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdecool%2Fcrontab-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jdecool","download_url":"https://codeload.github.com/jdecool/crontab-parser/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243438116,"owners_count":20290901,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-19T09:44:22.115Z","updated_at":"2025-12-29T05:53:31.795Z","avatar_url":"https://github.com/jdecool.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Crontab Parser\n==============\n\nA simple crontab parser written in PHP.\n\n## Installation\n\nInstall it with [Composer](https://getcomposer.org/):\n\n```bash\n$ composer require jdecool/crontab-parser\n```\n\n## Getting started\n\n```php\n\u003c?php\n\n$content = \u003c\u003c\u003cCRONTAB\n# m h  dom mon dow   command\n* * * * *   /usr/bin/php /path/to/script.php\n0 0 * * *   /usr/bin/php /path/to/other/script.php\nCRONTAB;\n\n$parser = JDecool\\CrontabParser\\CrontabParser();\n$crontab = $parser-\u003eparse($content); // return a `JDecool\\CrontabParser\\Crontab` instance\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdecool%2Fcrontab-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjdecool%2Fcrontab-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdecool%2Fcrontab-parser/lists"}