I know that frameworks like Synfony2, Doctrine2, PHPUnit, etc., support annotations, but I want to add annotation support for my library, but I don't want to write parser / cache itself. Does anyone know if there is a library that I can include / connect to my code, and can start using annotations, or at least provide a large set of functions that perform annotation parsing / caching for me?
source share