Download the PHP package twigger/laravel-job-status without Composer

On this page you can find all versions of the php package twigger/laravel-job-status. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-job-status

Logo

Laravel Job Tracker

The only Laravel job tracking and debugging tool you'll ever need
Demo Site »
Explore the docs »

Report Bug · Request Feature

[![Latest Version](https://img.shields.io/github/v/release/tobytwigger/laravel-job-status?label=Latest%20Version&sort=semver&style=plastic)](https://github.com/tobytwigger/laravel-job-status/releases) [![Build Status](https://github.com/tobytwigger/laravel-job-status/actions/workflows/trigger_main_branch_flow.yml/badge.svg)](https://github.com/tobytwigger/laravel-job-status/actions/workflows/trigger_main_branch_flow.yml) [![Buy me a coffee](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](http://buymeacoffee.com/translate) ## Contents * [About the Project](#about) * [Documentation](#docs) * [Contributing](#contributing) * [Copyright and Licence](#copyright-and-licence) * [Contact](#contact) ## About - Save a complete history of jobs running in your Laravel application. - Provides realtime and historic insights into your queues. - Add two-way communication, cancelling jobs and logging to jobs. - Integrates with any JS framework to show realtime feedback to your users. - Zero configuration required. ## Docs We've taken care over documenting everything you'll need to get started and use this package fully. [Check out the docs](https://tobytwigger.github.io/laravel-job-status) on our documentation site. ## Contributing Contributions are welcome! Before contributing to this project, familiarize yourself with [CONTRIBUTING.md](CONTRIBUTING.md). Feel free to open an issue or message me on discord (tobytwigger#7153) to chat about this package or potential features. You can see the full roadmap in the [discussions](https://github.com/tobytwigger/laravel-job-status/discussions/71). ## Copyright and Licence This package is copyright © [Toby Twigger](https://github.com/tobytwigger) and licensed for use under the terms of the MIT License (MIT). Please see [LICENCE.md](LICENCE.md) for more information. ## Contact For any questions, suggestions, security vulnerabilities or help, email me directly at [[email protected]](mailto:[email protected]) ## Screenshots ![example of job status in use](https://github.com/tobytwigger/laravel-job-status/blob/main/docs/docs/assets/images/podcast.gif "Showing the user the status of their podcast being uploaded") ![job status dashboard](https://github.com/tobytwigger/laravel-job-status/blob/main/docs/docs/assets/images/dashboard/list-of-jobs.png "Viewing a list of jobs running in your application") ![dashboard timeline](https://github.com/tobytwigger/laravel-job-status/blob/main/docs/docs/assets/images/dashboard/run-timeline.png "View the timeline for a particular run of a job")

All versions of laravel-job-status with dependencies

PHP Build Version
Package Version
Requires laravel/framework Version ^8.0|^9.0|^10.0
php Version ^8.1
doctrine/dbal Version ^3.5
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package twigger/laravel-job-status contains the following files

Loading the files please wait ....