Skip to content
This repository has been archived by the owner on Feb 1, 2020. It is now read-only.

Releases: kherge-archive/php-annotations

Gold, Platinum, RTM, WTFBBQ

09 Aug 22:22
Compare
Choose a tag to compare

The first stable release of this library is now made available.

With Annotations, you can:

  • Create tokens for annotations in a docblock.
    • Validate individual tokens.
    • Validate the order in which those tokens are used.
  • Convert tokens to simple array/object representations.
  • Convert tokens to string representations.
  • Convert tokens to XML documents.
    • Validate annotation XML documents.