{"id":36332560,"url":"https://github.com/blitz-php/tasks","last_synced_at":"2026-01-11T12:01:31.174Z","repository":{"id":272307395,"uuid":"916157286","full_name":"blitz-php/tasks","owner":"blitz-php","description":"Planificateur de tâches pour BlitzPHP","archived":false,"fork":false,"pushed_at":"2025-03-21T09:11:09.000Z","size":131,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-02T12:29:49.185Z","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/blitz-php.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2025-01-13T15:06:54.000Z","updated_at":"2025-01-28T14:04:41.000Z","dependencies_parsed_at":"2025-01-28T15:31:56.042Z","dependency_job_id":null,"html_url":"https://github.com/blitz-php/tasks","commit_stats":null,"previous_names":["blitz-php/tasks"],"tags_count":1,"template":false,"template_full_name":"blitz-php/package-skeleton","purl":"pkg:github/blitz-php/tasks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blitz-php%2Ftasks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blitz-php%2Ftasks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blitz-php%2Ftasks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blitz-php%2Ftasks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blitz-php","download_url":"https://codeload.github.com/blitz-php/tasks/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blitz-php%2Ftasks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28302000,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T11:18:18.743Z","status":"ssl_error","status_checked_at":"2026-01-11T11:07:56.842Z","response_time":60,"last_error":"SSL_read: 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":[],"created_at":"2026-01-11T12:00:50.468Z","updated_at":"2026-01-11T12:01:31.155Z","avatar_url":"https://github.com/blitz-php.png","language":"PHP","readme":"Blitz PHP - Tasks\n==============\n### Planificateur de tâches pour BlitzPHP\n\n[![Tests](https://github.com/blitz-php/tasks/actions/workflows/run-tests.yml/badge.svg)](https://github.com/blitz-php/tasks/actions/workflows/run-tests.yml)\n[![Code Coverage](https://scrutinizer-ci.com/g/blitz-php/tasks/badges/coverage.png?b=main)](https://scrutinizer-ci.com/g/blitz-php/tasks/?branch=main)\n[![Coding Standards](https://github.com/blitz-php/tasks/actions/workflows/test-coding-standards.yml/badge.svg)](https://github.com/blitz-php/tasks/actions/workflows/test-coding-standards.yml)\n[![Build Status](https://scrutinizer-ci.com/g/blitz-php/tasks/badges/build.png?b=main)](https://scrutinizer-ci.com/g/blitz-php/tasks/build-status/main)\n[![Code Intelligence Status](https://scrutinizer-ci.com/g/blitz-php/tasks/badges/code-intelligence.svg?b=main)](https://scrutinizer-ci.com/code-intelligence)\n[![Quality Score](https://img.shields.io/scrutinizer/g/blitz-php/tasks.svg?style=flat-square)](https://scrutinizer-ci.com/g/blitz-php/tasks)\n[![PHPStan](https://github.com/blitz-php/tasks/actions/workflows/test-phpstan.yml/badge.svg)](https://github.com/blitz-php/tasks/actions/workflows/test-phpstan.yml)\n[![PHPStan level](https://img.shields.io/badge/PHPStan-level%206-brightgreen)](phpstan.neon.dist)\n\n[![Total Downloads](https://poser.pugx.org/blitz-php/tasks/downloads)](https://packagist.org/packages/blitz-php/tasks)\n[![Latest Version](https://img.shields.io/packagist/v/blitz-php/tasks.svg?style=flat-square)](https://packagist.org/packages/blitz-php/tasks)\n![PHP](https://img.shields.io/badge/PHP-%5E8.1-blue)\n![BlitzPHP](https://img.shields.io/badge/BlitzPHP-%5E0.11.3-yellow)\n[![Software License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)\n\n\u003cbr\u003e\n\nIntroduction\n------------\n\n## Installation\n\nVous pouvez installer le package via composer :\n\n```bash\ncomposer require blitz-php/tasks\n```\n\n## Configuration\n\nPublier le fichier de configuration : \n\n```php \nphp klinge publish\n``` \n\n## Définition des tâches \n\nDéfinissez vos tâches dans la fonction de la clé `init()` :\n\n```php \n// app/Config/tasks.php\n\n\u003c?php \n\nuse BlitzPHP\\Tasks\\Scheduler;\n\nreturn [\n    // ...\n\t// ...\n\n    /**\n     * Enregistrez toutes les tâches dans cette méthode pour l'application.\n     */\n    'init' =\u003e function (Scheduler $schedule) {\n        $schedule-\u003ecommand('demo:refresh --all')-\u003emondays('11:00 pm');\n    },\n];\n\n``` \n\n## Documentation \n\nLire la documentation complète : http://blitz-php.byethost14.com \n\n## Contribuer \n\nNous acceptons et encourageons les contributions de la communauté sous n'importe quelle forme. Peu importe que vous sachiez coder, écrire de la documentation ou aider à trouver des bogues, toutes les contributions sont les bienvenues. \n\nVeuillez consulter [CONTRIBUTING.md](CONTRIBUTING.md) pour plus de détails.\n\n## Credits\n\nCe package est une réadaptation du package \u003ca href=\"https://github.com/codeigniter4/tasks\" target=\"_blank\"\u003eCodeIgniter/Tasks\u003c/a\u003e pour pouvoir avoir le même fonctionnement avec BlitzPHP. De ce fait tout le mérite revient à \u003ca href=\"https://github.com/codeigniter4/tasks/graphs/contributors\" target=\"_blank\"\u003etous les contributeurs de ce projet\u003c/a\u003e que nous remercions sincerement pour ce qu'ils font pour l'évolution du développement web\n\nPour la réadaptation, nous disons merci à : \n- [Dimitri Sitchet Tomkeu](http://github.com/dimtrovich)\n- [Tous les Contributeurs](../../contributors)\n\n## Licence\n\n**tasks** est un package open source publié sous licence MIT. Veuillez consulter [le fichier de licence](LICENSE.md) pour plus d'informations.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblitz-php%2Ftasks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblitz-php%2Ftasks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblitz-php%2Ftasks/lists"}