avro-serde-php
avro-serde-php copied to clipboard
Add support for php 8 attributes
Refactor the current schema generation test case in order to reuse the same logic for schema generation with php 8 attributes.
Create a new schema attribute reader for extracting schema info from php attributes.
Once nested attributes is supported only in php 8.1, this feature supports only php >= 8.1.
Any update on this? It would be nice to use PHP attributes instead of annotations.
@AlexOstrovsky, I'd be happy if someone takes this PR as a base and adds the required changes. Also, PHP 7.4 is dropped, so it would make things easier. As said before, I am currently not able to do this.