Skip to content

softr/mako-queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Mako Queue Manager

This is a simple queue manager package for Mako Framework 4.5.

Install

Use composer to install. Simply add package to your project.

composer require softr/mako-queue:*

So now you can update your project with a single command.

composer update

Register Service

After installing you'll have to register the package in your app/config/application.php file.

'packages' =>
[
    ...
    'web' =>
    [
        ...
        // Register the package for web app
        'softr\MakoQueue\MakoQueuePackage',
    ],
    'cli' =>
    [
        ...
        // Register the package for command line app
        'softr\MakoQueue\MakoQueuePackage',
    ]
],

About

Simple queue package for Mako Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages