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"
1414This library enables you to:
1515- Manage your embedded schema as separate files
1616- 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
1818
1919### Merging subschemas / schemas
2020Schema template directories: directories containing avsc template files (with subschema)
@@ -83,6 +83,7 @@ $merger->merge();
8383You will need to adjust the generated templates, but it gives you a good starting point to work with.
8484Class directories: Directories containing the classes you want to generate schemas from
8585Output 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)
8687
8788** Console example**
8889``` bash
You can’t perform that action at this time.
0 commit comments