Skip to content

cti/scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Job Scheduler

Latest Stable Version Total Downloads License

Start with this commands:

composer create-project cti/scheduler
cd scheduler
bin/server

Include in your project

{
    "require": {
        "cti/scheduler": "*"
    }
}