avro-serde-php icon indicating copy to clipboard operation
avro-serde-php copied to clipboard

Add support for php 8 attributes

Open xico42 opened this issue 4 years ago • 2 comments

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.

xico42 avatar Oct 25 '21 19:10 xico42

Any update on this? It would be nice to use PHP attributes instead of annotations.

AlexOstrovsky avatar Apr 21 '23 17:04 AlexOstrovsky

@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.

tPl0ch avatar Jan 26 '24 13:01 tPl0ch