Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weierophinney/laminas-psr7-serializer
https://github.com/weierophinney/laminas-psr7-serializer
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/weierophinney/laminas-psr7-serializer
- Owner: weierophinney
- License: bsd-3-clause
- Created: 2020-06-22T19:50:22.000Z (over 4 years ago)
- Default Branch: 0.2.x
- Last Pushed: 2023-07-17T16:33:35.000Z (over 1 year ago)
- Last Synced: 2024-11-06T20:49:48.038Z (about 2 months ago)
- Language: PHP
- Homepage:
- Size: 77.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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
```