davidhoeck/laravel-jsonmapper
Map JSON Responses to PHP Models
90,264
3
| Install | |
|---|---|
composer require davidhoeck/laravel-jsonmapper |
|
| Latest Version: | v1.1.0 |
| License: | OSL3.0 |
| Last Updated: | Aug 13, 2024 |
| Links: | GitHub · Packagist |
Maintainer: davidhoeck
Laravel JSON Mapper
Map any JSON String on to your PHP Objects. Tested with Laravel, but basically working with every PHP Framework that supports namespaces.
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.
Installation
Via your terminal Paste the following line in your terminal and press enter.
composer require davidhoeck/laravel-jsonmapper
Via your composer.json file
Add the following line to your composer.json at the "require" section.
"davidhoeck/laravel-jsonmapper" : "^1.0.0"
Usage
Read the documentation from @cweiske in his project here
As are developing more features,
Related Packages
erirk/paypalpayment
laravel-paypalpayment is simple package help you process direct credit card paym...
0
doctrine/dbal
Powerful PHP database abstraction layer (DBAL) with many features for database s...
628,058,007
9,707