An open API service indexing awesome lists of open source software.

https://github.com/inquid/yii-cloud-tasks

This library provides asynchronous Tasks(Jobs) to Yii that can be scheduled and monitored easily through Google Cloud Tasks
https://github.com/inquid/yii-cloud-tasks

Last synced: 4 months ago
JSON representation

This library provides asynchronous Tasks(Jobs) to Yii that can be scheduled and monitored easily through Google Cloud Tasks

Awesome Lists containing this project

README

        

[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/inquid/yii-cloud-tasks)

# Yii Cloud Tasks

[![Integrate](https://github.com/inquid/yii-cloud-tasks/workflows/Integrate/badge.svg)](https://github.com/inquid/yii-cloud-tasks/actions)
[![Prune](https://github.com/inquid/yii-cloud-tasks/workflows/Prune/badge.svg)](https://github.com/inquid/yii-cloud-tasks/actions)
[![Release](https://github.com/inquid/yii-cloud-tasks/workflows/Release/badge.svg)](https://github.com/inquid/yii-cloud-tasks/actions)
[![Renew](https://github.com/inquid/yii-cloud-tasks/workflows/Renew/badge.svg)](https://github.com/inquid/yii-cloud-tasks/actions)

[![Code Coverage](https://codecov.io/gh/inquid/yii-cloud-tasks/branch/main/graph/badge.svg)](https://codecov.io/gh/inquid/yii-cloud-tasks)
[![Type Coverage](https://shepherd.dev/github/inquid/yii-cloud-tasks/coverage.svg)](https://shepherd.dev/github/inquid/yii-cloud-tasks)

[![Latest Stable Version](https://poser.pugx.org/inquid/yii-cloud-tasks/v/stable)](https://packagist.org/packages/inquid/yii-cloud-tasks)
[![Total Downloads](https://poser.pugx.org/inquid/yii-cloud-tasks/downloads)](https://packagist.org/packages/inquid/yii-cloud-tasks)

## Installation

:bulb: This is a great place for showing how to install the package, see below:

Run

```sh
$ composer require inquid/yii-cloud-tasks
```

## Usage

:bulb: This is a great place for showing a few usage examples!

## Changelog

Please have a look at [`CHANGELOG.md`](CHANGELOG.md).

## Contributing

Please have a look at [`CONTRIBUTING.md`](.github/CONTRIBUTING.md).

## Code of Conduct

Please have a look at [`CODE_OF_CONDUCT.md`](.github/CODE_OF_CONDUCT.md).

## License

This package is licensed using the MIT License.

Please have a look at [`LICENSE.md`](LICENSE.md).

## Curious what I am building?

:mailbox_with_mail: [Subscribe to my list](https://localheinz.com/projects/), and I will occasionally send you an email to let you know what I am working on.