Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mateusjunges/trackable-jobs-for-laravel
This package allows you to easily track your laravel jobs!
https://github.com/mateusjunges/trackable-jobs-for-laravel
hacktoberfest jobs laravel php queue
Last synced: 7 days ago
JSON representation
This package allows you to easily track your laravel jobs!
- Host: GitHub
- URL: https://github.com/mateusjunges/trackable-jobs-for-laravel
- Owner: mateusjunges
- License: mit
- Created: 2021-04-06T16:45:00.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-05T13:51:50.000Z (3 months ago)
- Last Synced: 2024-10-13T12:43:47.280Z (24 days ago)
- Topics: hacktoberfest, jobs, laravel, php, queue
- Language: PHP
- Homepage: https://junges.dev/documentation/trackable-jobs-for-laravel
- Size: 261 KB
- Stars: 279
- Watchers: 6
- Forks: 16
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Trackable Jobs For Laravel
![Trackable jobs for laravel](art/readme.png)[![Latest Version on Packagist](https://img.shields.io/packagist/v/mateusjunges/laravel-trackable-jobs.svg?style=flat)](https://packagist.org/packages/mateusjunges/laravel-trackable-jobs)
[![Total Downloads](https://img.shields.io/packagist/dt/mateusjunges/laravel-trackable-jobs.svg?style=flat)](https://packagist.org/packages/mateusjunges/laravel-trackable-jobs)
[![MIT Licensed](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE.md)
[![Check & fix styling](https://github.com/mateusjunges/trackable-jobs-for-laravel/actions/workflows/php-cs-fixer.yml/badge.svg)](https://github.com/mateusjunges/trackable-jobs-for-laravel/actions/workflows/php-cs-fixer.yml)
[![Continuous Integration](https://github.com/mateusjunges/trackable-jobs-for-laravel/actions/workflows/run-tests.yml/badge.svg)](https://github.com/mateusjunges/trackable-jobs-for-laravel/actions/workflows/run-tests.yml)# Sponsor my work!
If you think this package helped you in any way, you can sponsor me on GitHub![![Sponsor Me](art/sponsor.png)](https://github.com/sponsors/mateusjunges)
# Documentation
You can [find the documentations for this package here](https://junges.dev/documentation/trackable-jobs-for-laravel)# Tests
Run `composer test` to test this package.# Contributing
Thank you for consider contributing for the Laravel Trackable Jobs package! The contribution guide can
be found [here][contributing].# Changelog
Please see the [changelog][changelog] for more information about the changes on this package.# Credits
- [All contributors][contributors]# License
The laravel trackable jobs is open-sourced software licensed under the terms of [MIT License][mit]. Please see the [license file][license] for more information.[contributing]: CONTRIBUTING.md
[changelog]: CHANGELOG.md
[mit]: https://opensource.org/licenses/MIT
[license]: LICENSE
[contributors]: https://github.com/mateusjunges/trackable-jobs-for-laravel/graphs/contributors