Skip to content
This repository was archived by the owner on Feb 19, 2026. It is now read-only.
/ sample-php-cron Public archive

Sample PHP application with scheduled tasks

Notifications You must be signed in to change notification settings

Scalingo/sample-php-cron

Repository files navigation

Sample application using PHP and a task scheduler

This application is a simple PHP application using the package cron/cron installed from Composer

Application → https://php-cron.is-easy-on-scalingo.com

Processes

One additional type of process will be created from the Procfile which defines how to start the task scheduler:

clock: php cron.php

Running locally

First install the dependencies:

$ docker run --rm -it --volume $(pwd):/app --user $(id -u):$(id -g) composer install

Then run the needed containers:

$ docker-compose up

References

About

Sample PHP application with scheduled tasks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •