File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ composer require php-kafka/php-avro-schema-generator "^3.0"
14
14
This library enables you to:
15
15
- Manage your embedded schema as separate files
16
16
- The library is able to merge those files
17
- - The library is able to generate avsc schema from PHP classes
17
+ - The library is able to generate avsc schema templates from PHP classes
18
18
19
19
### Merging subschemas / schemas
20
20
Schema template directories: directories containing avsc template files (with subschema)
@@ -83,6 +83,7 @@ $merger->merge();
83
83
You will need to adjust the generated templates, but it gives you a good starting point to work with.
84
84
Class directories: Directories containing the classes you want to generate schemas from
85
85
Output directory: output directory for your generated schema templates
86
+ After you have reviewed and adjusted your templates you will need to merge them (see above)
86
87
87
88
** Console example**
88
89
``` bash
You can’t perform that action at this time.
0 commit comments