zircote / swagger-php

A php swagger annotation and parsing library
http://zircote.github.io/swagger-php/
Apache License 2.0
5.08k stars 933 forks source link

Reimplement `TokenScanner` using `nikic/php-parser` #1596

Closed DerManoMann closed 4 months ago

DerManoMann commented 4 months ago

With PHP 8.4 looming with a lot of new syntax to parse it is time to move on from a homegrown PHP parser.