2017 © Pedro Peláez
 

library annotation

Fastd Annotation

image

fastd/annotation

Fastd Annotation

  • Tuesday, April 11, 2017
  • by JanHuang
  • Repository
  • 1 Watchers
  • 5 Stars
  • 695 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 8 Versions
  • 1 % Grown

The README.md

Annotation

Building Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

简单的 PHP 类注释解析类, (*2)

要求

  • PHP 5.6+

Composer

composer require "fastd/annotation"

使用

use FastD\Annotation\Reader;
use Tests\AnnotationsClasses\IndexController;

$reader = new Reader();

/**
 * Class IndexController
 * @package Tests\AnnotationsClasses
 *
 * @name foo
 * @json ["abc"]
 * @directive("test")
 * @route("/")
 * @Tests\AnnotationsClasses\AnnotationObject -> test()
 */
$annotation = $reader->getAnnotations(IndexController::class);

$annotation->get('name'); // foo
$annotation->get('json'); // [ 'ab' ]

继承与覆盖

变量同名会覆盖 "父类" 的变量和函数。, (*3)

Testing

phpunit

License MIT

The Versions

11/04 2017

dev-master

9999999-dev

Fastd Annotation

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

by Avatar JanHuang

17/09 2016

2.0.x-dev

2.0.9999999.9999999-dev

Fastd Annotation

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

by Avatar JanHuang

04/08 2016

1.1.x-dev

1.1.9999999.9999999-dev

Fastd php simple framework Annotation Component

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

by Avatar JanHuang

22/06 2016

1.0.x-dev

1.0.9999999.9999999-dev

Fastd php simple framework Annotation Component

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

by Avatar JanHuang

18/06 2016

v1.0.0

1.0.0.0

Fastd php simple framework Annotation Component

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

by Avatar JanHuang

18/06 2016

v1.0.0-beta3

1.0.0.0-beta3

Fastd php simple framework Annotation Component

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

by Avatar JanHuang

18/06 2016

v1.0.0-beta2

1.0.0.0-beta2

Fastd php simple framework Annotation Component

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

by Avatar JanHuang

18/06 2016

v1.0.0-beta1

1.0.0.0-beta1

Fastd php simple framework Annotation Component

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

by Avatar JanHuang