You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run scheduled artisan commands in the background on iOS and Android via WorkManager (Android) and BGTaskScheduler (iOS) — tasks continue executing even after the user closes the app.
Features
Background task scheduling that survives app close
Device constraints: network, charging, battery, storage, idle state
Long-running task support for operations beyond typical execution limits
Independent task scheduling with individual intervals
Automatic OS-level task registration on app launch
Testing utilities and debugging support
Installation
Requires Composer credentials for the NativePHP plugin repository.