Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Updated README regarding test coverage and supported versions #9

Merged
merged 1 commit into from
Dec 28, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
symfony-json-request-transformer
================================

A Symfony 2 event listener for decoding JSON encoded request content.
A Symfony event listener for decoding JSON encoded request content.

[![Build Status](https://travis-ci.org/qandidate-labs/symfony-json-request-transformer.svg?branch=master)](https://travis-ci.org/qandidate-labs/symfony-json-request-transformer)

## About

Read the blog post about this repository at http://labs.qandidate.com/blog/2014/08/13/handling-angularjs-post-requests-in-symfony/

Currently this library supports both Symfony 2 and Symfony 3. Tests run against all LTS versions of Symfony 2 and against Symfony 3.
As Symfony 3 requires PHP >5.5.9 and PHP 5.3 and 5.4 have been out of support for a while, we only test against 5.5+.

## Install

Install qandidate/symfony-json-request-transformer [through composer](http://getcomposer.org).
Expand Down