https://github.com/blitz-php/tasks
Planificateur de tâches pour BlitzPHP
https://github.com/blitz-php/tasks
Last synced: 4 months ago
JSON representation
Planificateur de tâches pour BlitzPHP
- Host: GitHub
- URL: https://github.com/blitz-php/tasks
- Owner: blitz-php
- License: mit
- Created: 2025-01-13T15:06:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-21T09:11:09.000Z (about 1 year ago)
- Last Synced: 2025-06-02T12:29:49.185Z (11 months ago)
- Language: PHP
- Size: 128 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
Blitz PHP - Tasks
==============
### Planificateur de tâches pour BlitzPHP
[](https://github.com/blitz-php/tasks/actions/workflows/run-tests.yml)
[](https://scrutinizer-ci.com/g/blitz-php/tasks/?branch=main)
[](https://github.com/blitz-php/tasks/actions/workflows/test-coding-standards.yml)
[](https://scrutinizer-ci.com/g/blitz-php/tasks/build-status/main)
[](https://scrutinizer-ci.com/code-intelligence)
[](https://scrutinizer-ci.com/g/blitz-php/tasks)
[](https://github.com/blitz-php/tasks/actions/workflows/test-phpstan.yml)
[](phpstan.neon.dist)
[](https://packagist.org/packages/blitz-php/tasks)
[](https://packagist.org/packages/blitz-php/tasks)


[](LICENSE)
Introduction
------------
## Installation
Vous pouvez installer le package via composer :
```bash
composer require blitz-php/tasks
```
## Configuration
Publier le fichier de configuration :
```php
php klinge publish
```
## Définition des tâches
Définissez vos tâches dans la fonction de la clé `init()` :
```php
// app/Config/tasks.php
function (Scheduler $schedule) {
$schedule->command('demo:refresh --all')->mondays('11:00 pm');
},
];
```
## Documentation
Lire la documentation complète : http://blitz-php.byethost14.com
## Contribuer
Nous 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.
Veuillez consulter [CONTRIBUTING.md](CONTRIBUTING.md) pour plus de détails.
## Credits
Ce package est une réadaptation du package CodeIgniter/Tasks pour pouvoir avoir le même fonctionnement avec BlitzPHP. De ce fait tout le mérite revient à tous les contributeurs de ce projet que nous remercions sincerement pour ce qu'ils font pour l'évolution du développement web
Pour la réadaptation, nous disons merci à :
- [Dimitri Sitchet Tomkeu](http://github.com/dimtrovich)
- [Tous les Contributeurs](../../contributors)
## Licence
**tasks** est un package open source publié sous licence MIT. Veuillez consulter [le fichier de licence](LICENSE.md) pour plus d'informations.