I too write all my system admin scripts in PHP nowadays. Just make the first line of the file:
#!/usr/local/bin/php -q
or whatever the path is to the php executable, and chmod the file to 755 so it's executable and dump it into /etc/cron.daily (or hourly, weekly, or monthly) and you're gold.