Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/weierophinney/laminas-psr7-serializer


https://github.com/weierophinney/laminas-psr7-serializer

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# laminas/laminas-psr7-serializer

[![Build Status](https://github.com/weierophinney/laminas-diactoros-serializer/workflows/Continuous%20Integration/badge.svg)](https://github.com/weierophinney/laminas-diactoros-serializer/actions/workflows/continuous-integration.yml)

This library provides utilities for converting [PSR-7](https://www.php-fig.org/psr/psr-7) request and response instances to arrays or strings, and vice versa.

## Installation

Run the following to install this library:

```bash
$ composer config repositories.lds vcs https://github.com/weierophinney/laminas-psr7-serializer.git
$ composer require laminas/laminas-psr7-serializer
```