Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ylsideas/google-cloud-scheduler-laravel

A package to make Google Cloud Scheduler work with Laravel
https://github.com/ylsideas/google-cloud-scheduler-laravel

Last synced: 13 days ago
JSON representation

A package to make Google Cloud Scheduler work with Laravel

Awesome Lists containing this project

README

        

# Google Cloud Schedule for Laravel

[![Latest Version on Packagist](https://img.shields.io/packagist/v/ylsideas/google-cloud-scheduler-laravel.svg?style=flat-square)](https://packagist.org/packages/ylsideas/google-cloud-scheduler-laravel)
[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/ylsideas/cockroachdb-laravel/run-tests?label=tests)](https://github.com/ylsideas/google-cloud-scheduler-laravel/actions?query=workflow%3Arun-tests+branch%3Amain)
[![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/ylsideas/google-cloud-scheduler-laravel/Check%20&%20fix%20styling?label=code%20style)](https://github.com/ylsideas/google-cloud-scheduler-laravel/actions?query=workflow%3A"Check+%26+fix+styling"+branch%3Amain)
[![Total Downloads](https://img.shields.io/packagist/dt/ylsideas/google-cloud-scheduler-laravel.svg?style=flat-square)](https://packagist.org/packages/ylsideas/google-cloud-scheduler-laravel)

A Laravel Package to interact with [Google Cloud Scheduler](https://cloud.google.com/scheduler).

## Installation

You can install the package via composer:

```bash
composer require ylsideas/google-cloud-scheduler-laravel
```

## Usage

## Missing Features

## Testing

``` bash
composer test
```

## Changelog

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

## Contributing

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

## About Us

## Security

If you discover any security related issues, please email [email protected] instead of
using the issue tracker.

## Credits

- [Peter Fox](https://github.com/peterfox)
- [All Contributors](../../contributors)

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.