doctrine / annotations
Docblock Annotations Parser
Installs: 451 136 819
Dependents: 2 349
Suggesters: 77
Security: 1
Stars: 6 740
Watchers: 40
Forks: 236
Open Issues: 26
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.10.28
- phpunit/phpunit: ^7.5 || ^8.5 || ^9.5
- symfony/cache: ^5.4 || ^6.4 || ^7
- vimeo/psalm: ^4.30 || ^5.14
Suggests
- php: PHP 8.0 or higher comes with attributes, a native replacement for annotations
- 2.0.x-dev
- 2.0.2
- 2.0.1
- 2.0.0
- 1.14.x-dev
- 1.14.4
- 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: 2024-10-29 07:41:14 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.
We do not recommend using this library in new projects and encourage authors of downstream libraries to offer support for attributes as an alternative to Doctrine Annotations.
Have a look at our blog to learn more.
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.