PHP Task

Open-source PHP projects categorized as Task

Top 6 PHP Task Projects

  1. LaravelS

    LaravelS is an out-of-the-box adapter between Laravel/Lumen and Swoole.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. relaticle

    The Next-Generation Open-Source CRM Platform written with Laravel and Filament

    Project mention: Dynamic Custom Fields in Laravel Without Migrations: A Deep Dive | news.ycombinator.com | 2025-12-03
  4. matrix

    ⚛︎ Bringing JavaScript-style async to PHP! Manage asynchronous tasks with ease using a modern, fiber-powered API for seamless concurrency and error handling. (by Thavarshan)

    Project mention: Introducing Fetch PHP 3.0: JavaScript-like HTTP Requests for Modern PHP Applications | dev.to | 2025-05-04

    // Provided by Matrix PHP (https://github.com/Thavarshan/matrix) use function async; use function await; // Promise-based approach async(fn () => fetch('https://api.example.com/users')) ->then(fn ($response) => $response->json()) ->catch(fn ($error) => handleError($error)); // Or using async/await pattern $response = await(async(fn () => fetch('https://api.example.com/users'))); $users = $response->json();

  5. blend

    A versatile and lightweight PHP task runner, designed with simplicity in mind.

  6. Serendipity-job

    🚀🐟 Task Platform Developed Based On Swow and Php8 |基于swow和php8开发的任务平台

  7. laravel-todo-list

    Simple Todo List app with Api-Rest made with Laravel, Jetstream, Livewire, Sanctum, AlpineJS and Tailwind

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

PHP Task discussion

Index

What are some of the best open-source Task projects in PHP? This list will help you:

# Project Stars
1 LaravelS 3,887
2 relaticle 1,007
3 matrix 56
4 blend 46
5 Serendipity-job 44
6 laravel-todo-list 0

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that PHP is
the 14th most popular programming language
based on number of references?