2017 © Pedro Peláez
 

library annotation

Gephart Annotation Component

image

gephart/annotation

Gephart Annotation Component

  • Tuesday, April 3, 2018
  • by MichalKatuscak
  • Repository
  • 1 Watchers
  • 0 Stars
  • 438 Installations
  • PHP
  • 4 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 11 Versions
  • 2 % Grown

The README.md

Gephart Annotation

php, (*1)

Dependencies

  • PHP >= 7.4

Instalation

composer require gephart/annotation

Using

@AnnotationName value @AnnotationName {"or anything":"in JSON"}, (*2)

/**
 * @Route /home/
 */
class SuperClass
{
    /**
     * @Template {
     *     "url": "index.html"
     * }
     */
    public function index()
    {
    }
}

$reader = new \Gephart\Annotation\Reader();
$annotation = $reader->get("Route", SuperClass::class);
// /home/

$annotation = $reader->get("Template", SuperClass::class, "index);
// ["url"=>"index.html"]

The Versions

03/04 2018
02/10 2017

0.5

0.5.0.0 https://github.com/gephart/annotation

Gephart Annotation Component

  Sources   Download

MIT

The Requires

  • php >=7.1

 

The Development Requires

04/09 2017

0.4.1

0.4.1.0 https://github.com/gephart/annotation

Gephart Annotation Component

  Sources   Download

MIT

The Requires

  • php >=7.1

 

04/09 2017

0.4

0.4.0.0 https://github.com/gephart/annotation

Gephart Annotation Component

  Sources   Download

MIT

The Requires

  • php >=7.0

 

04/04 2017

0.2.5

0.2.5.0 https://github.com/gephart/annotation

Gephart Annotation Component

  Sources   Download

MIT

The Requires

  • php >=7.0

 

27/03 2017

0.2.4

0.2.4.0 https://github.com/gephart/annotation

Gephart Annotation Component

  Sources   Download

MIT

The Requires

  • php >=7.0

 

27/03 2017

0.2.3

0.2.3.0 https://github.com/gephart/annotation

Gephart Annotation Component

  Sources   Download

MIT

The Requires

  • php >=7.0

 

27/03 2017

0.2.2

0.2.2.0 https://github.com/gephart/annotation

Gephart Annotation Component

  Sources   Download

MIT

The Requires

  • php >=7.0

 

19/03 2017

0.2.1

0.2.1.0 https://github.com/gephart/annotation

Gephart Annotation Component

  Sources   Download

MIT

The Requires

  • php >=7.0

 

06/02 2017

0.2

0.2.0.0 https://github.com/gephart/annotation

Gephart Annotation Component

  Sources   Download

MIT

The Requires

  • php >=7.0

 

06/02 2017

0.1

0.1.0.0 https://github.com/gephart/annotation

Gephart Annotation Component

  Sources   Download

MIT

The Requires

  • php >=7.0