mdzzohrabi / annotations
Docblock Annotations Parser [ Doctrine ]
Installs: 33
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 232
pkg:composer/mdzzohrabi/annotations
Requires
- php: >=5.3.2
 - doctrine/lexer: 1.*
 
Requires (Dev)
- doctrine/cache: 1.*
 - phpunit/phpunit: 4.*
 
This package is not auto-updated.
Last update: 2025-10-25 23:16:25 UTC
README
Docblock Annotations Parser library (extracted from Doctrine Common).
Changelog
v1.2.0
- HHVM support
 - Allowing dangling comma in annotations
 - Excluded annotations are no longer autoloaded
 - Importing namespaces also in traits
 - Added support for 
::class5.5-style constant, works also in 5.3 and 5.4 
v1.1
- Add Exception when ZendOptimizer+ or Opcache is configured to drop comments