Library name: PHP_CRON Version: 1.0 Release date: 2012-06-03 Author: Matteo Mattei [email protected]
Copyright (©) 2012 - Matteo Mattei - http://www.matteomattei.com
URLs:
Description: PHP_CRON is a PHP library for running and managing cron jobs in webservers that don't allow them.
Main Features:
- External ini file to customize and configure cronjobs.
- Possibility to run different types of interpreters.
- Check for single instance of the program.
- Limited support for linux/unix cronjob syntax.
Installation:
- Copy the folder on your Web server.
- Make sure to set write permission on
logs
folder. - Set PHP path in
runner.php
in case your php binary is not located in /usr/bin/. - Add
include('/path/to/PhpCron/runner.php')
in a place of your scripts that is often executed (maybe in a login?!) - Setup
php_cron.ini
file to customize and configure your cronjobs
License:
Copyright (C) 2012 Matteo Mattei <[email protected]>
PHP_CRON is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
PHP_CRON is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details.
You should have received a copy of the License
along with PHP_CRON.
See LICENSE.txt file for more information.