31 lines
1.5 KiB
Markdown
31 lines
1.5 KiB
Markdown
|
# laminas-diactoros
|
|||
|
|
|||
|
[![Build Status](https://github.com/laminas/laminas-diactoros/workflows/Continuous%20Integration/badge.svg)](https://github.com/laminas/laminas-diactoros/actions/workflows/continuous-integration.yml)
|
|||
|
|
|||
|
> Diactoros (pronunciation: `/dɪʌktɒrɒs/`): an epithet for Hermes, meaning literally, "the messenger."
|
|||
|
|
|||
|
This package supercedes and replaces [phly/http](https://github.com/phly/http).
|
|||
|
|
|||
|
`laminas-diactoros` is a PHP package containing implementations of the
|
|||
|
[PSR-7 HTTP message interfaces](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-7-http-message.md)
|
|||
|
and [PSR-17 HTTP message factory interfaces](https://www.php-fig.org/psr/psr-17).
|
|||
|
|
|||
|
- File issues at https://github.com/laminas/laminas-diactoros/issues
|
|||
|
- Issue patches to https://github.com/laminas/laminas-diactoros/pulls
|
|||
|
|
|||
|
## Documentation
|
|||
|
|
|||
|
Documentation is available at:
|
|||
|
|
|||
|
- https://docs.laminas.dev/laminas-diactoros/
|
|||
|
|
|||
|
Source files for documentation are [in the docs/ tree](docs/).
|
|||
|
|
|||
|
-----
|
|||
|
|
|||
|
## Contributing and Support
|
|||
|
|
|||
|
- If you need support with the project, read [the support documentation](https://github.com/laminas/.github/blob/main/SUPPORT.md).
|
|||
|
- If you wish to contribute to the project, read the [contributing guidelines](https://github.com/laminas/.github/blob/main/CONTRIBUTING.md) as well as the [Code of Conduct](https://github.com/laminas/.github/blob/main/CODE_OF_CONDUCT.md).
|
|||
|
- For reporting security issues, please review our [security policy](https://github.com/laminas/.github/blob/main/SECURITY.md).
|