{"id":13609168,"url":"https://github.com/codeigniter4/tasks","last_synced_at":"2026-04-02T18:07:23.133Z","repository":{"id":37093564,"uuid":"259425003","full_name":"codeigniter4/tasks","owner":"codeigniter4","description":"Task Scheduler for CodeIgnter 4","archived":false,"fork":false,"pushed_at":"2026-03-29T17:32:46.000Z","size":1085,"stargazers_count":119,"open_issues_count":4,"forks_count":22,"subscribers_count":18,"default_branch":"develop","last_synced_at":"2026-03-29T19:33:52.022Z","etag":null,"topics":["codeigniter4","task-runner","task-scheduler","tasks"],"latest_commit_sha":null,"homepage":"https://tasks.codeigniter.com/","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/codeigniter4.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-04-27T18:59:30.000Z","updated_at":"2026-03-29T17:29:58.000Z","dependencies_parsed_at":"2023-02-18T06:15:57.453Z","dependency_job_id":"96e774ec-55de-48a2-abf5-24f011884775","html_url":"https://github.com/codeigniter4/tasks","commit_stats":{"total_commits":220,"total_committers":13,"mean_commits":"16.923076923076923","dds":0.7454545454545455,"last_synced_commit":"a018b724ad4d9e1f4813c0d3e3da796ca377b178"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/codeigniter4/tasks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeigniter4%2Ftasks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeigniter4%2Ftasks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeigniter4%2Ftasks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeigniter4%2Ftasks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeigniter4","download_url":"https://codeload.github.com/codeigniter4/tasks/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeigniter4%2Ftasks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31312744,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["codeigniter4","task-runner","task-scheduler","tasks"],"created_at":"2024-08-01T19:01:32.985Z","updated_at":"2026-04-02T18:07:23.126Z","avatar_url":"https://github.com/codeigniter4.png","language":"PHP","readme":"# CodeIgniter Tasks\n\nA task scheduler for CodeIgniter 4.\n\n[![PHPUnit](https://github.com/codeigniter4/tasks/actions/workflows/phpunit.yml/badge.svg)](https://github.com/codeigniter4/tasks/actions/workflows/phpunit.yml)\n[![PHPStan](https://github.com/codeigniter4/tasks/actions/workflows/phpstan.yml/badge.svg)](https://github.com/codeigniter4/tasks/actions/workflows/phpstan.yml)\n[![Deptrac](https://github.com/codeigniter4/tasks/actions/workflows/deptrac.yml/badge.svg)](https://github.com/codeigniter4/tasks/actions/workflows/deptrac.yml)\n[![Coverage Status](https://coveralls.io/repos/github/codeigniter4/tasks/badge.svg?branch=develop)](https://coveralls.io/github/codeigniter4/tasks?branch=develop)\n\n![PHP](https://img.shields.io/badge/PHP-%5E8.2-blue)\n![CodeIgniter](https://img.shields.io/badge/CodeIgniter-%5E4.3-blue)\n![License](https://img.shields.io/badge/License-MIT-blue)\n\n## Installation\n\nInstall via Composer:\n\n    composer require codeigniter4/tasks\n\nMigrate the database:\n\n#### for Unix\n    php spark migrate -n CodeIgniter\\\\Settings\n#### for Windows\n    php spark migrate -n CodeIgniter\\Settings\n\n## Configuration\n\nPublish the config file:\n\n    php spark tasks:publish\n\n## Defining tasks\n\nDefine your tasks in the `init()` method:\n\n```php\n// app/Config/Tasks.php\n\u003c?php\n\nnamespace Config;\n\nuse CodeIgniter\\Tasks\\Config\\Tasks as BaseTasks;\nuse CodeIgniter\\Tasks\\Scheduler;\n\nclass Tasks extends BaseTasks\n{\n    /**\n     * Register any tasks within this method for the application.\n     *\n     * @param Scheduler $schedule\n     */\n    public function init(Scheduler $schedule)\n    {\n        $schedule-\u003ecommand('demo:refresh --all')-\u003emondays('11:00 pm');\n    }\n}\n```\n\n## Docs\n\nRead the full documentation: https://tasks.codeigniter.com\n\n## Contributing\n\nWe accept and encourage contributions from the community in any shape. It doesn't matter\nwhether you can code, write documentation, or help find bugs, all contributions are welcome.\nSee the [CONTRIBUTING.md](CONTRIBUTING.md) file for details.\n","funding_links":[],"categories":["PHP"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeigniter4%2Ftasks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeigniter4%2Ftasks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeigniter4%2Ftasks/lists"}