{"id":13821780,"url":"https://github.com/j-guyon/CommandSchedulerBundle","last_synced_at":"2025-05-16T15:30:46.729Z","repository":{"id":20082110,"uuid":"23351154","full_name":"j-guyon/CommandSchedulerBundle","owner":"j-guyon","description":"Symfony bundle that will allow you to schedule all your commands just like unix crontab, with a nice admin panel","archived":false,"fork":false,"pushed_at":"2023-07-12T12:54:37.000Z","size":633,"stargazers_count":328,"open_issues_count":40,"forks_count":123,"subscribers_count":16,"default_branch":"master","last_synced_at":"2024-06-18T15:22:56.949Z","etag":null,"topics":["cron-expression","php","scheduling","symfony","symfony-bundle"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/j-guyon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2014-08-26T12:40:50.000Z","updated_at":"2024-05-29T03:51:15.000Z","dependencies_parsed_at":"2024-05-28T22:00:55.659Z","dependency_job_id":"09a5385b-1ada-400e-91ef-1eabc9e05986","html_url":"https://github.com/j-guyon/CommandSchedulerBundle","commit_stats":{"total_commits":288,"total_committers":37,"mean_commits":7.783783783783784,"dds":0.4756944444444444,"last_synced_commit":"c8a54b9cce09054ae489a71229f7f28e2da1fc45"},"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j-guyon%2FCommandSchedulerBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j-guyon%2FCommandSchedulerBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j-guyon%2FCommandSchedulerBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j-guyon%2FCommandSchedulerBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/j-guyon","download_url":"https://codeload.github.com/j-guyon/CommandSchedulerBundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":213893315,"owners_count":15653524,"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-expression","php","scheduling","symfony","symfony-bundle"],"created_at":"2024-08-04T08:01:28.061Z","updated_at":"2024-08-04T08:07:00.900Z","avatar_url":"https://github.com/j-guyon.png","language":"PHP","funding_links":[],"categories":["PHP"],"sub_categories":[],"readme":"CommandSchedulerBundle\n======================\n\n[![SensioLabsInsight](https://insight.sensiolabs.com/projects/8d984140-0e19-4c4f-8b05-605025eebeb5/mini.png)](https://insight.sensiolabs.com/projects/8d984140-0e19-4c4f-8b05-605025eebeb5)\n[![Build Status](https://travis-ci.org/j-guyon/CommandSchedulerBundle.svg)](https://travis-ci.org/j-guyon/CommandSchedulerBundle)\n[![Coverage Status](https://coveralls.io/repos/J-Mose/CommandSchedulerBundle/badge.svg)](https://coveralls.io/r/J-Mose/CommandSchedulerBundle)\n[![Latest Stable Version](https://poser.pugx.org/jmose/command-scheduler-bundle/v/stable)](https://packagist.org/packages/jmose/command-scheduler-bundle)\n\nThis bundle will allow you to easily manage scheduling for Symfony's console commands (native or not) with cron expression.\n\n## Versions \u0026 Dependencies\n\nThe following table shows the compatibilities of different versions of the bundle :\n\n| Version                                                                                 | Symfony          | PHP    |\n| --------------------------------------------------------------------------------------- |  --------------- | ------ |\n| [3.0 (master)](https://github.com/J-Mose/CommandSchedulerBundle/tree/master)            | ^3.4\\|^4.3\\|^5.0 | \u003e=7.2  |\n| [2.2.x](https://github.com/J-Mose/CommandSchedulerBundle/tree/2.2)                      | ^3.4\\|^4.3       | \u003e=7.1  |\n| [2.0.2](https://github.com/J-Mose/CommandSchedulerBundle/tree/v2.0.2) (unmaintained)    | ^3.4\\|^4.1       | \u003e=5.6  |\n| [1.2.x](https://github.com/J-Mose/CommandSchedulerBundle/tree/1.2) (unmaintained)       | ^2.8\\|^3.0       | \u003e=5.5  |\n| [1.1.x](https://github.com/J-Mose/CommandSchedulerBundle/tree/1.1) (unmaintained)       | ^2.3             | \u003e=5.3  |\n\nWhen using Symfony Flex there is an [installation recipe](https://github.com/symfony/recipes-contrib/tree/master/jmose/command-scheduler-bundle/2.0).  \nTo use it, you have to enable contrib recipes on your project : `composer config extra.symfony.allow-contrib true`\n\n## Features\n\n- An admin interface to add, edit, enable/disable or delete scheduled commands.\n- For each command, you define : \n  - name\n  - symfony console command (choice based on native `list` command)\n  - cron expression (see [Cron format](http://en.wikipedia.org/wiki/Cron#Format) for informations)\n  - output file (for `$output-\u003ewrite`)\n  - priority\n- A new console command `scheduler:execute [--dump] [--no-output]` which will be the single entry point to all commands\n- Management of queuing and prioritization between tasks \n- Locking system, to stop scheduling a command that has returned an error\n- Monitoring with timeout or failed commands (Json URL and command with mailing)\n- Translated in french, english, german and spanish\n- An [EasyAdmin](https://github.com/EasyCorp/EasyAdminBundle) configuration template available [here](Resources/doc/index.md#6---easyadmin-integration)\n- **Beta** - Handle commands with a deamon (unix only) if you don't want to use a cronjob\n\n## Screenshots\n![list](Resources/doc/images/scheduled-list.png)\n\n![new](Resources/doc/images/new-schedule.png)\n\n![new2](Resources/doc/images/command-list.png)\n\n## Documentation\n\nSee the [documentation here](Resources/doc/index.md).\n\n## License\n\nThis bundle is under the MIT license. See the [complete license](Resources/meta/LICENCE) for info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fj-guyon%2FCommandSchedulerBundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fj-guyon%2FCommandSchedulerBundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fj-guyon%2FCommandSchedulerBundle/lists"}