PHPackages                             tourze/async-contracts - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [PSR &amp; Standards](/categories/psr-standards)
4. /
5. tourze/async-contracts

ActiveLibrary[PSR &amp; Standards](/categories/psr-standards)

tourze/async-contracts
======================

异步

1.0.0(6mo ago)012.5k20MITPHPPHP ^8.2CI passing

Since Jun 3Pushed 4mo agoCompare

[ Source](https://github.com/tourze/async-contracts)[ Packagist](https://packagist.org/packages/tourze/async-contracts)[ RSS](/packages/tourze-async-contracts/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (3)Used By (20)

async-contracts
===============

[](#async-contracts)

[English](README.md) | [中文](README.zh-CN.md)

A simple contract package that provides interfaces for asynchronous messaging in PHP applications. This package defines the basic contract for async message handling without any implementation details.

Installation
------------

[](#installation)

```
composer require tourze/async-contracts
```

Quick Start
-----------

[](#quick-start)

This package provides a base interface for async message handling:

```
