2017 © Pedro Peláez
 

library annotation

A little annotation library

image

chrisguitarguy/annotation

A little annotation library

  • Thursday, May 29, 2014
  • by chrisguitarguy
  • Repository
  • 1 Watchers
  • 2 Stars
  • 589 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Annotation

Build Status, (*1)

A little PHP library for parsing PHP docblock "annotations", (*2)

Example:, (*3)

php <?php /** * This is a docblock. * * @ThisIsAnAnnotation(argument=2) */ class AClass { // ... }, (*4)

Goals ~~~~~, (*5)

  • Self-contained
  • No nested annotation parsing
  • Annotations that are not "registered" are ignored

The Versions

29/05 2014

dev-master

9999999-dev https://github.com/chrisguitarguy/Annotation

A little annotation library

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

annotations annotation

29/05 2014

1.0.0

1.0.0.0 https://github.com/chrisguitarguy/Annotation

A little annotation library

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

annotations annotation