{"id":19906372,"url":"https://github.com/panlatent/cron-expression-descriptor","last_synced_at":"2025-05-03T02:30:25.890Z","repository":{"id":50923039,"uuid":"174157184","full_name":"panlatent/cron-expression-descriptor","owner":"panlatent","description":"Converts cron expressions into human readable descriptions.","archived":false,"fork":false,"pushed_at":"2022-10-16T16:40:56.000Z","size":58,"stargazers_count":16,"open_issues_count":1,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-17T06:45:44.758Z","etag":null,"topics":["cron","cron-expression","crontab"],"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/panlatent.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-03-06T14:08:10.000Z","updated_at":"2024-05-01T08:35:22.000Z","dependencies_parsed_at":"2023-01-20T01:31:27.518Z","dependency_job_id":null,"html_url":"https://github.com/panlatent/cron-expression-descriptor","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panlatent%2Fcron-expression-descriptor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panlatent%2Fcron-expression-descriptor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panlatent%2Fcron-expression-descriptor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panlatent%2Fcron-expression-descriptor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/panlatent","download_url":"https://codeload.github.com/panlatent/cron-expression-descriptor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252133636,"owners_count":21699569,"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":["cron","cron-expression","crontab"],"created_at":"2024-11-12T20:36:06.001Z","updated_at":"2025-05-03T02:30:25.629Z","avatar_url":"https://github.com/panlatent.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Cron Expression Descriptor\n===========================\nConverts cron expressions into human readable descriptions in PHP.\n\n[![Build Status](https://travis-ci.org/panlatent/cron-expression-descriptor.svg)](https://travis-ci.org/panlatent/cron-expression-descriptor)\n[![Coverage Status](https://coveralls.io/repos/github/panlatent/cron-expression-descriptor/badge.svg)](https://coveralls.io/github/panlatent/cron-expression-descriptor)\n[![Latest Stable Version](https://poser.pugx.org/panlatent/cron-expression-descriptor/v/stable.svg)](https://packagist.org/packages/panlatent/cron-expression-descriptor)\n[![Total Downloads](https://poser.pugx.org/panlatent/cron-expression-descriptor/downloads.svg)](https://packagist.org/packages/panlatent/cron-expression-descriptor) \n[![Latest Unstable Version](https://poser.pugx.org/panlatent/cron-expression-descriptor/v/unstable.svg)](https://packagist.org/packages/panlatent/cron-expression-descriptor)\n[![License](https://poser.pugx.org/panlatent/cron-expression-descriptor/license.svg)](https://packagist.org/packages/panlatent/cron-expression-descriptor)\n\nThe library is PHP version of [bradymholt/cron-expression-descriptor (C#)](https://github.com/bradymholt/cron-expression-descriptor).\n\nInstallation\n------------\nIt's recommended that you use [Composer](https://getcomposer.org/) to install this project.\n\n```bash\n$ composer require panlatent/cron-expression-descriptor\n```\n\nThis will install the library and all required dependencies. The project requires **PHP 7.1** or newer.\n\nUsage\n-----\n\n```php\necho (new Panlatent\\CronExpressionDescriptor\\ExpressionDescriptor('23 12 * JAN *'))-\u003egetDescription();\n// OUTPUT: At 12:23 PM, only in January\n```\n\nPorts\n------\n\nThis library has been ported to several other languages.\n\n - C# - [https://github.com/bradymholt/cron-expression-descriptor](https://github.com/bradymholt/cron-expression-descriptor)\n - JavaScript - [https://github.com/bradymholt/cRonstrue](https://github.com/bradymholt/cRonstrue)\n - Java - [https://github.com/RedHogs/cron-parser](https://github.com/RedHogs/cron-parser)\n - Java - [https://github.com/voidburn/cron-expression-descriptor](https://github.com/voidburn/cron-expression-descriptor)\n - Ruby - [https://github.com/alpinweis/cronex](https://github.com/alpinweis/cronex)\n - Python - [https://github.com/Salamek/cron-descriptor](https://github.com/Salamek/cron-descriptor)\n - Go - [https://github.com/lnquy/cron](https://github.com/lnquy/cron)\n \nLicense\n-------\nThe Cron Expression Descriptor is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanlatent%2Fcron-expression-descriptor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpanlatent%2Fcron-expression-descriptor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanlatent%2Fcron-expression-descriptor/lists"}