Skip to content

MpStyle/mrequest-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mrequest-manager

mrequest-manager is a library to read the data coming from a POST request and mapping it in some PHP object.

Install

Add to you composer.json file:

{
    "require": {
        "mpstyle/mrequest-manager": "dev-master"
    }
}

Usages

<?php

$requestBook = new RequestBook();
$request = $requestBook->transform( json_encode($_POST['request'], true) );
var_dump($request);

About

Library to read the data coming from a POST request and mapping it in some PHP object

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages