File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " timehunter/laraveljsontoclassgenerator " ,
2+ "name" : " timehunter/laravel-json-to-class-generator " ,
33 "description" : " A generator that translates JSON or Array to be classes." ,
44 "license" : " MIT" ,
55 "authors" : [
1212 "homepage" : " https://github.com/timehunter/laraveljsontoclassgenerator" ,
1313 "keywords" : [
1414 " Laravel" ,
15- " LaravelJsonToClassGenerator"
15+ " LaravelJsonToClassGenerator" ,
16+ " class generator" ,
17+ " model generator" ,
18+ " json generator" ,
19+ " json to model" ,
20+ " array to json" ,
21+ " array to model" ,
22+ " json to class"
1623 ],
1724 "require" : {
1825 "illuminate/support" : " ~5"
Original file line number Diff line number Diff line change 11# Laravel JSON to Class Generator
22
3+ [ ![ Latest Version on Packagist] [ ico-version ]] [ link-packagist ]
4+ [ ![ Total Downloads] [ ico-downloads ]] [ link-downloads ]
35
6+
7+ [ link-packagist ] : https://packagist.org/packages/timehunter/laraveljsontoclassgenerator
8+ [ ico-version ] : https://img.shields.io/packagist/v/timehunter/laraveljsontoclassgenerator.svg?style=flat-square
9+ [ ico-downloads ] : https://img.shields.io/packagist/dt/timehunter/laraveljsontoclassgenerator.svg?style=flat-square
10+ [ link-downloads ] : https://packagist.org/packages/timehunter/laraveljsontoclassgenerator
411## Installation
512
613Install the package in development dependencies:
You can’t perform that action at this time.
0 commit comments