Search Results for "task management php" - Page 2

Showing 8339 open source projects for "task management php"

View related business solutions
  • $300 in Free Credit for Your Google Cloud Projects Icon
    $300 in Free Credit for Your Google Cloud Projects

    Build, test, and explore on Google Cloud with $300 in free credit. No hidden charges. No surprise bills.

    Launch your next project with $300 in free Google Cloud credit—no hidden charges. Test, build, and deploy without risk. Use your credit across the Google Cloud platform to find what works best for your needs. After your credits are used, continue building with free monthly usage products. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 1
    Task Coach

    Task Coach

    Free flexible open source todo manager featuring hierarchical tasks

    Task Coach - Your friendly task manager. Task Coach is a free open source todo manager. It grew out of frustration about other programs not handling composite tasks well. In addition to flexible composite tasks, Task Coach has grown to include prerequisites, prioritizing, effort tracking, category tags, budgets, notes, and many other features. However, users are not forced to use all these features; Task Coach can be as simple or complex as you need it to be. Task Coach is available for...
    Leader badge
    Downloads: 176 This Week
    Last Update:
    See Project
  • 2
    mise

    mise

    Dev tools, env vars, task runner

    Mise (formerly RTX) is a cross-language CLI tool and task runner that manages developer tools, environment variables, and project tasks in a unified configuration (mise.toml). It handles tool installation (e.g., Node, Python, Terraform), env var profiles, and repeatable command scripting.
    Downloads: 353 This Week
    Last Update:
    See Project
  • 3
    Monitor scheduled tasks in a Laravel app

    Monitor scheduled tasks in a Laravel app

    Monitor scheduled tasks in a Laravel app

    This package will monitor your Laravel schedule. It will write an entry to a log table in the db each time a scheduled task starts, ends, fails, or is skipped. Using the list command you can check when the scheduled tasks have been executed.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 4
    DHTMLX Gantt

    DHTMLX Gantt

    GPL version of Javascript Gantt Chart

    DHTMLX Gantt is a full-featured JavaScript library for creating interactive Gantt charts in web applications. It supports drag-and-drop, critical path visualization, and customizable task hierarchies, making it ideal for project planning tools. Its modular architecture and API provide extensive customization for developers.
    Downloads: 8 This Week
    Last Update:
    See Project
  • Build AI Apps with Gemini 3 on Vertex AI Icon
    Build AI Apps with Gemini 3 on Vertex AI

    Access Google’s most capable multimodal models. Train, test, and deploy AI with 200+ foundation models on one platform.

    Vertex AI gives developers access to Gemini 3—Google’s most advanced reasoning and coding model—plus 200+ foundation models including Claude, Llama, and Gemma. Build generative AI apps with Vertex AI Studio, customize with fine-tuning, and deploy to production with enterprise-grade MLOps. New customers get $300 in free credits.
    Try Vertex AI Free
  • 5
    gusty

    gusty

    Making DAG construction easier

    ...All you have to do is provide a list of dependencies or external_dependencies inside of a task file, and gusty will automatically set each task's dependencies and create external task sensors for any external dependencies listed. gusty works with both Airflow 1.x and Airflow 2.x, and has even more features, all of which aim to make the creation, management, and iteration of DAGs more fluid, so that you can intuitively design your DAG and build your tasks.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    BullMQ

    BullMQ

    Message Queue and Batch processing for NodeJS and Python

    BullMQ is a powerful, modern Node.js library for creating and managing robust job queues, built on top of Redis. It is designed for handling distributed jobs and messages in scalable applications.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 7
    TaskExplorer

    TaskExplorer

    Powerful system task manager

    TaskExplorer is a powerful system task-manager / process-inspector tool designed for Windows that goes well beyond the capabilities of the built-in Task Manager. It provides real-time insights into running processes, threads, open handles, network sockets, memory usage, modules loaded, and more — all in a unified, fast, and efficient GUI. Rather than scattering information across tabs or dialogs, TaskExplorer displays detailed data in a panel layout: when you select a process, the lower...
    Downloads: 29 This Week
    Last Update:
    See Project
  • 8
    Tegon

    Tegon

    Tegon is an open-source, AI-first alternative to Jira, Linear

    Tegon is an AI-first, open-source issue-tracking software that uses AI to smartly automate manual tasks, and workflows or provide more context to engineers for a given task. Manual efforts in task management, such as task triaging and backlog maintenance, can be time-consuming. Engineers often lose time navigating multiple platforms to gather task context, rather than accessing details within the task itself. Issue tracking tools serve as a task database, directing engineers on what to work on but not aiding in faster task completion. ...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 9
    Web Push PHP

    Web Push PHP

    Web Push library for PHP

    WebPush-PHP is a server-side library to send Web Push notifications to browsers using the W3C Push API standard. It supports encrypted push messages and is compatible with service workers in major browsers like Chrome and Firefox.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Cut Data Warehouse Costs up to 54% with BigQuery Icon
    Cut Data Warehouse Costs up to 54% with BigQuery

    Migrate from Snowflake, Databricks, or Redshift with free migration tools. Exabyte scale without the Exabyte price.

    BigQuery delivers up to 54% lower TCO than cloud alternatives. Migrate from legacy or competing warehouses using free BigQuery Migration Service with automated SQL translation. Get serverless scale with no infrastructure to manage, compressed storage, and flexible pricing—pay per query or commit for deeper discounts. New customers get $300 in free credit.
    Try BigQuery Free
  • 10
    Archon

    Archon

    The knowledge and task management backbone for AI coding assistants

    Archon is an open-source “command center” designed to enhance AI coding assistant workflows by giving developers a centralized environment for knowledge management, context engineering, and task coordination across AI agents. It acts as a backend (including an MCP server) that allows different AI coding tools and assistants to share the same structured context, knowledge base, and task lists, improving consistency, productivity, and collaboration across multi-agent interactions. Users can import documentation, project files, and external knowledge so that assistants like Claude Code, Cursor, or other LLM-powered tools work with up-to-date, project-specific context rather than relying on limited prompt memory. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    ResumableFunctions.jl

    ResumableFunctions.jl

    C# style generators a.k.a. semi-coroutines for Julia

    C# has a convenient way to create iterators using the yield return statement. The package ResumableFunctions provides the same functionality for the Julia language by introducing the @resumable and the @yield macros. These macros can be used to replace the Task switching functions produce and consume which were deprecated in Julia v0.6. Channels are the preferred way for inter-task communication in Julia v0.6+, but their performance is subpar for iterator applications.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 12
    Qualitis

    Qualitis

    Qualitis is a one-stop data quality management platform

    Qualitis is a data quality management platform that supports quality verification, notification, and management for various datasource. It is used to solve various data quality problems caused by data processing. Based on Spring Boot, Qualitis submits quality model task to Linkis platform. It provides functions such as data quality model construction, data quality model execution, data quality verification, reports of data quality generation and so on.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    Project Dashboard

    Project Dashboard

    A modern project & task management dashboard

    Project Dashboard is a full-stack dashboard template designed to help teams and freelancers visualize progress, tasks, and metrics in a centralized UI, making project status, deadlines, and priorities easier to track at a glance. It provides Kanban boards, task lists, timelines, and customizable widgets that can surface everything from completion percentages to individual assignments and due dates. The template is built with modern frontend frameworks and pairs with backend APIs for authentication, data storage, and user management, allowing multiple collaborators to share real-time updates securely. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Dolphin Scheduler

    Dolphin Scheduler

    A distributed and extensible workflow scheduler platform

    Apache DolphinScheduler is a distributed and extensible workflow scheduler platform with powerful DAG visual interfaces, dedicated to solving complex job dependencies in the data pipeline and providing various types of jobs available `out of the box`. Dedicated to solving the complex task dependencies in data processing, making the scheduler system out of the box for data processing. Decentralized multi-master and multi-worker, HA is supported by itself, overload processing. All process...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15
    4gaBoards

    4gaBoards

    Straightforward realtime kanban boards management

    4ga Boards is a self-hosted, real-time Kanban-style project management tool created by RARgames, designed to be straightforward, visually appealing, and collaboration-friendly. Built with React, Redux, Sails.js, and PostgreSQL, it supports dark mode, multitasking shortcuts, and Docker/Kubernetes deployment, making it ideal for teams who want a clean and efficient task-tracking experience
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16
    Request Tracker (RT)

    Request Tracker (RT)

    Request Tracker, an enterprise-grade issue tracking system

    Request Tracker is an open-source, enterprise-grade issue and ticket tracking system. It helps organizations manage workflows, customer requests, and internal project tasks efficiently.​
    Downloads: 5 This Week
    Last Update:
    See Project
  • 17
    PHP: The Right Way

    PHP: The Right Way

    An easy-to-read, quick reference for PHP best practices

    ...It covers essential topics such as coding style, dependency management, error handling, security, and testing, emphasizing modern PHP features and ecosystem tools. The project encourages developers to adopt frameworks, libraries, and patterns that align with current community conventions. Regular updates ensure that the content reflects the evolving state of the PHP language and industry standards, making it one of the most trusted educational references for PHP developers.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 18
    Taskwarrior

    Taskwarrior

    Taskwarrior - Command line Task Management

    Taskwarrior is a command line task list management utility with a multitude of features, developed as a portable open source project with an active and quite vast ecosystem of tools, hooks and extensions.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19
    Wuffle

    Wuffle

    A multi-repository / multi-organization task board for GitHub issues

    Wuffle is an MIT‑licensed, hackable, self‑hostable GitHub‑integrated task board that aggregates and visualizes issues across multiple repos or organizations. It uses GitHub issues as the source‑of‑truth and provides sharable board views for agile workflows.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 20
    Timefall

    Timefall

    Tracks and Records Your Work Time Accurately

    Timefall is open open-source project and completely free to use. The Timefall project is an open-source software that is being developed to provide users with an efficient and convenient time management tool. Created with modern software trends in mind, Timefall is a tool accessible to anyone who wants to better understand how they allocate their time and how it can be used most productively. It's a simple yet powerful tool capable of adapting to each user's needs.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 21
    Log Rotate

    Log Rotate

    A replica of the logrotate utility, except this also runs on Windows

    A replica of the logrotate utility, except this also runs on Windows systems. Log-Rotate is an independent port of logrotate. It's made to work exactly the same way as the original logrotate, except it works in Powershell and especially Windows.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 22
    Beads Viewer

    Beads Viewer

    Task management system for coding agents

    Beads Viewer is a visualization tool designed to display, inspect, and interact with “bead plots,” graphical representations often used in statistical analysis, time series exploration, or clustering visualizations where data points are represented as beads on strands or axes to emphasize patterns and relationships. The viewer provides an intuitive graphical interface that automatically renders bead plots from structured data inputs, enabling users to observe trends at a glance, highlight...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    Moon Repo

    Moon Repo

    A build system and monorepo management tool for the web ecosystem

    Moon is a build system and project management tool designed to handle monorepos, providing efficient workflows and task orchestration for large-scale projects.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    TaskControl

    TaskControl

    Gestor de Tareas

    Es un Gestor de Tareas que permite la creación, administración y seguimiento de tareas de manera eficiente. Está diseñado para ayudar a los usuarios a organizar sus actividades, establecer prioridades y asegurarse de que se completen a tiempo.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    better-all

    better-all

    Better Promise.all with automatic dependency optimization

    better-all is a TypeScript library that reinvents the familiar Promise.all construct by automatically analyzing and optimizing dependency graphs between asynchronous tasks, enabling maximal parallelization without manual orchestration. It addresses a common limitation where developers must manually refactor their promise chains to achieve efficient concurrency when some tasks depend on others, which can be error-prone and hard to maintain. With an object-based API, each task is declared as...
    Downloads: 0 This Week
    Last Update:
    See Project