Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doctrine/annotations
Annotations Docblock Parser
https://github.com/doctrine/annotations
hacktoberfest
Last synced: 13 days ago
JSON representation
Annotations Docblock Parser
- Host: GitHub
- URL: https://github.com/doctrine/annotations
- Owner: doctrine
- License: mit
- Created: 2013-01-12T15:57:28.000Z (almost 12 years ago)
- Default Branch: 2.0.x
- Last Pushed: 2023-09-05T01:20:38.000Z (about 1 year ago)
- Last Synced: 2024-04-14T01:08:21.390Z (7 months ago)
- Topics: hacktoberfest
- Language: PHP
- Homepage: https://www.doctrine-project.org/projects/annotations.html
- Size: 13.7 MB
- Stars: 6,723
- Watchers: 41
- Forks: 241
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-php - Annotations - An annotation library (part of Doctrine). (Configuration / Miscellaneous)
- awesome-php-cn - Annotations - 一个注释库(教义的一部分). (配置 Configuration / 杂项 Miscellaneous)
- awesome-projects - Annotations - An annotation library (part of Doctrine). (Configuration / Miscellaneous)
- awesome-php - Annotations - An annotation library (part of Doctrine). (Configuration / Miscellaneous)
README
⚠️ PHP 8 introduced
[attributes](https://www.php.net/manual/en/language.attributes.overview.php),
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](https://www.doctrine-project.org/2022/11/04/annotations-to-attributes.html)
to learn more.# Doctrine Annotations
[![Build Status](https://github.com/doctrine/annotations/workflows/Continuous%20Integration/badge.svg?label=build)](https://github.com/doctrine/persistence/actions)
[![Dependency Status](https://www.versioneye.com/package/php--doctrine--annotations/badge.png)](https://www.versioneye.com/package/php--doctrine--annotations)
[![Reference Status](https://www.versioneye.com/php/doctrine:annotations/reference_badge.svg)](https://www.versioneye.com/php/doctrine:annotations/references)
[![Total Downloads](https://poser.pugx.org/doctrine/annotations/downloads.png)](https://packagist.org/packages/doctrine/annotations)
[![Latest Stable Version](https://img.shields.io/packagist/v/doctrine/annotations.svg?label=stable)](https://packagist.org/packages/doctrine/annotations)Docblock Annotations Parser library (extracted from [Doctrine Common](https://github.com/doctrine/common)).
## Documentation
See the [doctrine-project website](https://www.doctrine-project.org/projects/doctrine-annotations/en/stable/index.html).
## Contributing
When making a pull request, make sure your changes follow the
[Coding Standard Guidelines](https://www.doctrine-project.org/projects/doctrine-coding-standard/en/current/reference/index.html#introduction).