Skip to content

Commit

Permalink
:octocat:
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Mar 10, 2024
1 parent 60cba44 commit 591245b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# chillerlan/psr-15-handlers

A template/boilerplate for PHP libraries.
A set of [PSR-15](https://www.php-fig.org/psr/psr-15/) middleware dispatchers and handlers.

[![PHP Version Support][php-badge]][php]
[![Packagist version][packagist-badge]][packagist]
Expand Down Expand Up @@ -29,6 +29,10 @@ A template/boilerplate for PHP libraries.

### Features

- [PSR-15](https://www.php-fig.org/psr/psr-15/) handler implementation
- `QueueDispatcher`
- `PriorityQueueDispatcher`
- `RecursiveDispatcher`

### Requirements

Expand Down

0 comments on commit 591245b

Please sign in to comment.