Mirocow/yii2-queue

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
README.md
codeception.yml
composer.json
components/ChannelComponent.php100
components/JobEvent.php9
components/PushEvent.php7
components/QueueComponent.php361
D
1 day
components/WorkerComponent.php174
C
7 hrs
controllers/NotificationController.php12
controllers/QueueController.php35
drivers/FileConnection.php176
B
6 hrs
drivers/MysqlConnection.php94
drivers/RedisConnection.php111
B
4 hrs
drivers/common/BaseConnection.php10
exceptions/ChannelException.php9
exceptions/QueueException.php9
exceptions/WorkerException.php9
interfaces/ChannelInterface.php16
interfaces/DriverInterface.php11
interfaces/QueueInterface.php6
interfaces/WorkerInterface.php8
migrations/m160629_081220_qwm_queue.php33
models/MessageModel.php33