Download the PHP package tobento/app-schedule without Composer
On this page you can find all versions of the php package tobento/app-schedule. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package app-schedule
App Schedule
Schedule support for the app using the Schedule Service.
Table of Contents
- Getting Started
- Requirements
- Documentation
- App
- Schedule Boot
- Scheduling Tasks
- Running Scheduled Tasks
- Credits
Getting Started
Add the latest version of the app schedule project running this command.
Requirements
- PHP 8.0 or greater
Documentation
App
Check out the App Skeleton if you are using the skeleton.
You may also check out the App to learn more about the app in general.
Schedule Boot
The schedule boot does the following:
- implements schedule interfaces
- boots the Console Boot and adds schedule commands to console
If you are not using the App Skeleton check out the App Console Boot section as you might adjust the file.
Scheduling Tasks
You can schedule tasks in severval ways:
Using the app
You may use the app method to schedule tasks only if the schedule is requested.
Using a boot
You may create a boot for scheduling tasks:
Check out the Schedule Service - Schedule section to learn more about it.
Furthermore, all the Tasks and Task Parameters are ready to use without any requirements.
Running Scheduled Tasks
To run the scheduled tasks, add a cron configuration entry to your server that runs the schedule:run command every minute.
Credits
- Tobias Strub
- All Contributors
All versions of app-schedule with dependencies
tobento/app Version ^1.0.7
tobento/app-console Version ^1.0
tobento/app-event Version ^1.0
tobento/app-cache Version ^1.0
tobento/app-mail Version ^1.0
tobento/service-schedule Version ^1.0
symfony/process Version ^4.4|^5.4|^6.0
guzzlehttp/guzzle Version ^7.8