PHP Concurrency

Community

Modern PHP concurrency with Fibers.

AuthorMte90
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill addresses the challenge of handling concurrent operations and non-blocking Input/Output (I/O) in modern PHP applications, improving performance and responsiveness.

Core Features & Use Cases

  • Fibers: Utilizes PHP 8.1+ Fibers for cooperative multitasking, allowing tasks to yield control voluntarily.
  • Non-blocking I/O: Enables applications to perform I/O operations without halting the entire execution thread.
  • Use Case: Efficiently fetch data from multiple external APIs simultaneously in a PHP application, significantly reducing the overall request time.

Quick Start

Use the PHP Concurrency skill to implement non-blocking HTTP fetching for a list of URLs.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: PHP Concurrency
Download link: https://github.com/Mte90/dotfiles/archive/main.zip#php-concurrency

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.