2017 © Pedro PelĂĄez
 

library laravel-jsonmapper

Map JSON Responses to PHP Models

image

davidhoeck/laravel-jsonmapper

Map JSON Responses to PHP Models

  • Monday, June 5, 2017
  • by davidhoeck
  • Repository
  • 0 Watchers
  • 0 Stars
  • 627 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 21 % Grown

The README.md

Laravel JSON Mapper

Latest Stable Version Total Downloads License Monthly Downloads, (*1)

Map any JSON String on to your PHP Objects. Tested with Laravel, but basically working with every PHP Framework that supports namespaces., (*2)

This Plugin is based on the project from @cweiske. I added support primary for the Laravel Framework and I will also develope additional features, especially for the Laravel Framework., (*3)

Installation

Via your terminal Paste the following line in your terminal and press enter., (*4)

composer require davidhoeck/laravel-jsonmapper

Via your composer.json file, (*5)

Add the following line to your composer.json at the "require" section., (*6)

"davidhoeck/laravel-jsonmapper" : "^1.0.0"

Usage

Read the documentation from @cweiske in his project here, (*7)

As are developing more features,, (*8)

The Versions

05/06 2017

dev-master

9999999-dev

Map JSON Responses to PHP Models

  Sources   Download

OSL3.0

27/01 2017

1.0.1

1.0.1.0

Map JSON Responses to PHP Models

  Sources   Download

OSL3.0

25/01 2017

1.0.0

1.0.0.0

Map JSON Responses to PHP Models

  Sources   Download

OSL3.0