{"id":91293,"library":"workerman-crontab","title":"Workerman Crontab","description":"A crontab written in PHP based on workerman for scheduling tasks.","status":"active","version":"1.0.7","language":"php","source_language":null,"source_url":"https://github.com/walkor/crontab","tags":["crontab","workerman","scheduling","php"],"install":[{"cmd":"composer require workerman/crontab","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"Crontab","correct":"use Workerman\\Crontab\\Crontab;"}],"quickstart":{"code":"use Workerman\\Crontab\\Crontab;\n\n$crontab = new Crontab();\n$crontab->add('*/5 * * * *', function() {\n    echo 'Task executed';\n});\n$crontab->run();","lang":"php","description":"Schedule a cron job"},"warnings":[{"fix":"Ensure Workerman is installed and running.","message":"Requires Workerman runtime environment.","severity":"gotcha","affected_versions":">=1.0.7"}],"env_vars":null,"search_vec":"'base':8 'crontab':2,4,14 'php':7,17 'schedul':12,16 'task':13 'workerman':1,10,15 'written':5","created_at":"2026-06-19T09:15:43.108378+00:00","updated_at":"2026-06-19T09:15:43.108378+00:00","problems":[],"ecosystem":"packagist","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"http://www.workerman.net","github":"https://github.com/walkor/crontab","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility","async"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-19","next_check":"2026-12-16","install_tag":null}}