Skip to content
This repository was archived by the owner on Sep 25, 2025. It is now read-only.

Commit f159286

Browse files
authored
Update README.md
1 parent 15e4bf9 commit f159286

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,18 @@
99
[![type-coverage](https://shepherd.dev/github/spiral/json-schema-generator/coverage.svg)](https://shepherd.dev/github/spiral/json-schema-generator)
1010
[![psalm-level](https://shepherd.dev/github/spiral/json-schema-generator/level.svg)](https://shepherd.dev/github/spiral/json-schema-generator)
1111

12-
The JSON Schema Generator is a powerful PHP package designed to simplify the process of generating JSON schemas
13-
from Data Transfer Object (DTO) classes. It supports PHP enumerations, generic type annotations for arrays,
14-
and provides an attribute for specifying title, description, and default value.
12+
The JSON Schema Generator is a PHP package that simplifies the generation of JSON schemas from Data Transfer Object (DTO) classes.
13+
It supports PHP enumerations and generic type annotations for arrays and provides an attribute for specifying title, description, and default value.
1514

1615
## Requirements
1716

18-
Make sure that your server is configured with following PHP version and extensions:
17+
Make sure that your server is configured with the following PHP versions and extensions:
1918

2019
- PHP >=8.1
2120

2221
## Installation
2322

24-
You can install the package via composer:
23+
You can install the package via Composer:
2524

2625
```bash
2726
composer require spiral/json-schema-generator
@@ -85,8 +84,7 @@ $schema = $generator->generate(Movie::class);
8584
```
8685

8786
> **Note**
88-
> Additionally, the package provides the `Spiral\JsonSchemaGenerator\GeneratorInterface`, which can be seamlessly
89-
> integrated into your application's dependency container for further customization and flexibility.
87+
> Additionally, the package provides the `Spiral\JsonSchemaGenerator\GeneratorInterface,` which can be integrated into your application's dependency container for further customization and flexibility.
9088
9189
The `Spiral\JsonSchemaGenerator\Schema` object implements the **JsonSerializable** interface, allowing easy conversion
9290
of the schema into either JSON or a PHP array.

0 commit comments

Comments
 (0)