Andrew Tomaka
fcf0ef7c58
Implement a scheduler based on crontab to execute calls at specific times. Using PHP-Cron, we can implement a single cron at the system level and then use methods to add cron jobs at the PHP level. This allows eventually expansion to handling multiple song calls.
7 lines
No EOL
116 B
JSON
7 lines
No EOL
116 B
JSON
{
|
|
"require": {
|
|
"twilio/sdk": "3.10.*",
|
|
"symfony/yaml": "2.1.*",
|
|
"hybridlogic/cron": "dev-master"
|
|
}
|
|
} |