DEV Community

Discussion on: This article has 61 positive reactions and 24 comments

Collapse
 
nilamo profile image
Alex Winfield

phpcli is bundled and enabled by default with all php installations, allowing php files to be executed via the command line just like any other interpreted language, and thus can be added to a crontab.

Collapse
 
hasnaindev profile image
Muhammad Hasnain

Thank you Alex!