Skip to content

igniphp/annotations

Repository files navigation

Igni Annotations

Introduction

Igni annotations is an attempt to provide meta data programing for php by extending docblock comments. Syntax is compatible with latest annotations rfc.

The following annotations are not supported for various reasons:

  • @Compiled - as there is no compiling
  • @SupressWarning - There is no simple way to implement it in user-land
  • @Repeatable - all annotations are repeatable by default
  • @Inherited - same as @SupressWarning, there is no simple way to track php's inheritance tree in user-land

About

Annotations library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages