How to run Cronjobs in PHP?

Hello webmasters,

I am trying to create a script using vanilla PHP. I am familiar with the language and I have created a cronjob before, but only using cPanel. I want to create cronjobs using PHP if possible with out the need to go to cPanel.

I am trying to make it easier for users to install the script and make it hassle free.

So how can I run a cronjob using PHP?