Skip to content

Commit 22097de

Browse files
author
ryan.deng
committed
updated
1 parent d587cab commit 22097de

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

composer.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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": [
@@ -12,7 +12,14 @@
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"

readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
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

613
Install the package in development dependencies:

0 commit comments

Comments
 (0)