Download the PHP package yogameleniawan/realtime-job-batching without Composer

On this page you can find all versions of the php package yogameleniawan/realtime-job-batching. 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 realtime-job-batching

🚀 Laravel Job Batching with Realtime Progress

![Laravel Job Batching Banner](https://github.com/yogameleniawan/laravel-queue-realtime-progress/assets/64576201/42cf05bb-559d-4f62-950d-c1c66ebb4a8a) [![Latest Version](https://img.shields.io/packagist/v/yogameleniawan/realtime-job-batching.svg?style=flat-square)](https://packagist.org/packages/yogameleniawan/realtime-job-batching) [![Total Downloads](https://img.shields.io/packagist/dt/yogameleniawan/realtime-job-batching.svg?style=flat-square)](https://packagist.org/packages/yogameleniawan/realtime-job-batching) [![License](https://img.shields.io/packagist/l/yogameleniawan/realtime-job-batching.svg?style=flat-square)](https://packagist.org/packages/yogameleniawan/realtime-job-batching) *Execute Laravel job batches with real-time progress tracking using Pusher WebSocket*

🌐 Language / Bahasa

Choose your preferred language for documentation:

🇺🇸 English | View English Documentation |

🇮🇩 Bahasa Indonesia | Lihat Dokumentasi Bahasa Indonesia |

Quick Navigation


📖 English Documentation

🎯 Overview

Laravel Job Batching with Realtime Progress is a powerful package that allows you to execute batch jobs with real-time progress tracking. Monitor your job execution progress live using WebSocket technology powered by Pusher.

🎬 Live Demo

Job Batching Preview

📑 Table of Contents

✨ Features

📋 Requirements

⚙️ Installation

Step 1: Database Setup

Create necessary migration tables:

Step 2: Install Package

Step 3: Pusher Setup

Install Pusher PHP SDK:

🔧 Configuration

Pusher Configuration

  1. Create Pusher App: Visit Pusher Dashboard to create a new Channels app

  2. Environment Variables: Add these variables to your .env file:

🛠️ Implementation

Create Service Repository

  1. Create Repository Directory: Create folder app/Repositories in your project

  2. Create Repository Class: For example, VerificationRepository.php

  3. Implement Interface: Your repository must implement RealtimeJobBatchInterface

Create Controller Method

Create a controller method to handle your job process:

Method Explanation

📊 JavaScript Setup

For Laravel Blade Views

Add this script to your blade template:

For Other Frameworks

For React, Vue, or other JavaScript frameworks, check the Pusher documentation.

📈 API Response

The WebSocket will send progress updates in this format:

Response Fields

🤝 Contributing

We welcome contributions! Please see our Contributing Guidelines for details.

📝 Changelog

Please see CHANGELOG for more information about recent changes.

👥 Credits

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.


📖 Dokumentasi Bahasa Indonesia

🎯 Ringkasan

Laravel Job Batching with Realtime Progress adalah package yang memungkinkan Anda menjalankan batch job dengan pelacakan progres real-time. Pantau eksekusi job Anda secara langsung menggunakan teknologi WebSocket yang didukung oleh Pusher.

🎬 Demo Langsung

Preview Job Batching

📑 Daftar Isi

✨ Fitur

📋 Persyaratan

⚙️ Instalasi

Langkah 1: Setup Database

Buat tabel migrasi yang diperlukan:

Langkah 2: Install Package

Langkah 3: Setup Pusher

Install Pusher PHP SDK:

🔧 Konfigurasi

Konfigurasi Pusher

  1. Buat Aplikasi Pusher: Kunjungi Dashboard Pusher untuk membuat aplikasi Channels baru

  2. Variabel Environment: Tambahkan variabel ini ke file .env Anda:

🛠️ Implementasi

Buat Service Repository

  1. Buat Direktori Repository: Buat folder app/Repositories di proyek Anda

  2. Buat Class Repository: Misalnya, VerificationRepository.php

  3. Implement Interface: Repository Anda harus mengimplementasikan RealtimeJobBatchInterface

Buat Method Controller

Buat method controller untuk menangani proses job Anda:

Penjelasan Method

📊 Setup JavaScript

Untuk Laravel Blade Views

Tambahkan script ini ke template blade Anda:

Untuk Framework Lain

Untuk React, Vue, atau framework JavaScript lainnya, periksa dokumentasi Pusher.

📈 Response API

WebSocket akan mengirim update progres dalam format ini:

Field Response

🤝 Kontribusi

Kami menyambut kontribusi! Silakan lihat Panduan Kontribusi kami untuk detail.

📝 Changelog

Silakan lihat CHANGELOG untuk informasi lebih lanjut tentang perubahan terbaru.

👥 Kredit

📄 Lisensi

Proyek ini dilisensikan di bawah Lisensi MIT - lihat file LICENSE untuk detail.


**[⬆ Back to top](#-laravel-job-batching-with-realtime-progress) | [⬆ Kembali ke atas](#-laravel-job-batching-with-realtime-progress) | [⬆ トップに戻る](#-laravel-job-batching-with-realtime-progress)** --- ### 🌟 Star this repository if you find it helpful! Made with ❤️ by [Yoga Meleniawan Pamungkas](https://github.com/yogameleniawan) [![GitHub stars](https://img.shields.io/github/stars/yogameleniawan/laravel-queue-realtime-progress.svg?style=social&label=Star)](https://github.com/yogameleniawan/laravel-queue-realtime-progress) [![GitHub forks](https://img.shields.io/github/forks/yogameleniawan/laravel-queue-realtime-progress.svg?style=social&label=Fork)](https://github.com/yogameleniawan/laravel-queue-realtime-progress/fork)

All versions of realtime-job-batching with dependencies

PHP Build Version
Package Version
No informations.
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 yogameleniawan/realtime-job-batching contains the following files

Loading the files please wait ....