Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ylsideas/google-cloud-scheduler-laravel
- Owner: ylsideas
- License: mit
- Created: 2022-07-03T15:05:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-03T15:45:45.000Z (over 2 years ago)
- Last Synced: 2024-12-13T19:58:23.673Z (about 1 month ago)
- Language: PHP
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Security: .github/SECURITY.md
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.