doctrine / annotations
Docblock Annotations Parser
Installs: 363 656 421
Dependents: 2 302
Suggesters: 73
Security: 1
Stars: 6 693
Watchers: 42
Forks: 239
Open Issues: 30
Requires
- php: ^7.2 || ^8.0
- ext-tokenizer: *
- doctrine/lexer: ^2 || ^3
- psr/cache: ^1 || ^2 || ^3
Requires (Dev)
- doctrine/cache: ^2.0
- doctrine/coding-standard: ^10
- phpstan/phpstan: ^1.8.0
- phpunit/phpunit: ^7.5 || ^8.5 || ^9.5
- symfony/cache: ^5.4 || ^6
- vimeo/psalm: ^4.10
Suggests
- php: PHP 8.0 or higher comes with attributes, a native replacement for annotations
- 2.0.x-dev
- 2.0.1
- 2.0.0
- 1.14.x-dev
- 1.14.3
- 1.14.2
- 1.14.1
- 1.14.0
- 1.13.x-dev
- 1.13.3
- 1.13.2
- 1.13.1
- 1.13.0
- 1.12.x-dev
- 1.12.1
- 1.12.0
- 1.11.x-dev
- 1.11.2
- 1.11.1
- 1.11.0
- 1.10.x-dev
- 1.10.4
- 1.10.3
- 1.10.2
- 1.10.1
- 1.10.0
- 1.9.x-dev
- 1.9.0
- 1.8.x-dev
- v1.8.0
- 1.7.x-dev
- v1.7.0
- 1.6.x-dev
- v1.6.1
- v1.6.0
- 1.5.x-dev
- v1.5.0
- v1.4.0
- v1.3.1
- v1.3.0
- v1.2.7
- v1.2.6
- v1.2.5
- v1.2.4
- v1.2.3
- v1.2.2
- v1.2.1
- v1.2.0
- v1.1.2
- v1.1.1
- v1.1
- v1.0
This package is auto-updated.
Last update: 2023-09-12 05:50:52 UTC
README
⚠️ PHP 8 introduced attributes, which are a native replacement for annotations. As such, this library is considered feature complete, and should receive exclusively bugfixes and security fixes.
Doctrine Annotations
Docblock Annotations Parser library (extracted from Doctrine Common).
Documentation
See the doctrine-project website.
Contributing
When making a pull request, make sure your changes follow the Coding Standard Guidelines.